SMS_SCI_FileDefinition Server WMI Class
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;
};
Methods
The SMS_SCI_FileDefinition class does not define any methods.
Properties
Comment
Data type: StringAccess type: Read/Write
Qualifiers: None
Free-format comment. The default value is "".
FileType
Data type: UInt32Access type: Read/Write
Qualifiers: [key, enumeration:ToSubClass]
ItemName
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
ItemType
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
OriginatingSite
Data type: StringAccess type: Read-only
Qualifiers: None
Site that originated the creation of the value indicated by TargetSite. The default value is "".
SerialNumber
Data type: UInt32Access 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: StringAccess type: Read/Write
Qualifiers: [key, SizeLimit("3")]
TargetSite
Data type: StringAccess type: Read/Write
Qualifiers: None
Site for which you are creating the site control file. The default value is "".
Remarks
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
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Configuration Manager Site Configuration Server WMI Classes
SMS_SiteControlItem Server WMI Class