SMS_SCI_FileDefinition Server WMI Class
Updated: October 28, 2009
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_SCI_FileDefinition Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the basic properties about 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] See SMS_SiteControlItem Server WMI Class.
- ItemName
- Data type: String Access type: Read-only Qualifiers: [key, read] See SMS_SiteControlItem Server WMI Class.
- ItemType
- Data type: String Access type: Read-only Qualifiers: [key, read] See SMS_SiteControlItem Server WMI Class.
- 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")] See SMS_SiteControlItem Server WMI Class.
- 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.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
Note