SMS_SCI_FileDefinition Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_SCI_FileDefinition Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the basic properties of the site control file.
Note |
|---|
This class is vital to the operation of the site control infrastructure. Changing the values for an existing site might render the site control file unusable for further configuration. Existing objects for functioning sites should not be changed. |
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SCI_FileDefinition : SMS_SiteControlItem
{
String Comment;
UInt32 FileType;
String ItemName;
String ItemType;
String OriginatingSite;
UInt32 SerialNumber;
String SiteCode;
String TargetSite;
};
The SMS_SCI_FileDefinition class does not define any methods.
- Comment
Data type: String
Access type: Read/Write
Qualifiers: None
Free-format comment. The default value is "".
- FileType
Data type: UInt32
Access type: Read/Write
Qualifiers: [key, enumeration:ToSubClass]
- ItemName
Data type: String
Access type: Read-only
Qualifiers: [key, read]
- ItemType
Data type: String
Access type: Read-only
Qualifiers: [key, read]
- OriginatingSite
Data type: String
Access type: Read-only
Qualifiers: None
Site that originated the creation of the value indicated by TargetSite. The default value is "".
- SerialNumber
Data type: UInt32
Access type: Read-only
Qualifiers: None
Serial number of the actual site control file. It is incremented each time the site control file changes.
- SiteCode
Data type: String
Access type: Read/Write
Qualifiers: [key, SizeLimit("3")]
- TargetSite
Data type: String
Access type: Read/Write
Qualifiers: None
Site for which you are creating the site control file. The default value is "".
There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.
