The SMS_MigrationSourceSite Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a site in the source hierarchy.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_MigrationSourceSite : SMS_BaseClass { String FQDN; Boolean IsCentral; Boolean IsConfigured; Boolean IsDecommissioned; Boolean IsDeleted; String ParentSiteCode; String ParentSiteServer; String SiteCode; UInt32 SiteID; UInt32 SiteType; String SourceSiteFQDN; String Version; }; |
Methods
The SMS_MigrationSourceSite class does not define any methods.
Properties
- FQDN
- Data type: StringAccess type: Read-only Qualifiers: noneFQDN of the source Site Server (deprecated).
- IsCentral
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if the source site is a central site.
- IsConfigured
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if the source site is configured.
- IsDecommissioned
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if the site has stopped gathering data.
- IsDeleted
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if the source site is deleted.
- ParentSiteCode
- Data type: StringAccess type: Read-only Qualifiers: noneThe site code of the parent site of the source site.
- ParentSiteServer
- Data type: StringAccess type: Read-only Qualifiers: noneThe site server name of the parent site of the source site.
- SiteCode
- Data type: StringAccess type: Read-only Qualifiers: noneThe source site code.
- SiteID
- Data type: UInt32Access type: Read-only Qualifiers: [key]The source site ID.
- SiteType
- Data type: UInt32Access type: Read-only Qualifiers: [enumeration]See SMS_SCI_SiteDefinition Server WMI Class.
- SourceSiteFQDN
- Data type: StringAccess type: Read-only Qualifiers: noneThe FQDN of the source site server.
- Version
- Data type: StringAccess type: Read-only Qualifiers: noneThe version of the source site. This information applies only to System Center Configuration Manager SP1.
Remarks
All of the instances are gathered from the Configuration Manager 2007 database, except for the first one which is created when you specify the source hierarchy.Each instance carries basic information for the source site, such as the parent site code, the site type and the FQDN of the site.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.