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;
};

Methods

The SMS_SCI_FileDefinition class does not define any methods.

Properties

Comment

Data type: StringAccess type: Read/WriteQualifiers: NoneFree-format comment. The default value is "".
FileType

Data type: UInt32Access type: Read/WriteQualifiers: [key, enumeration:ToSubClass]See SMS_SiteControlItem Server WMI Class.
ItemName

Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
ItemType

Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
OriginatingSite

Data type: StringAccess type: Read-onlyQualifiers: NoneSite that originated the creation of the value indicated by TargetSite. The default value is "".
SerialNumber

Data type: UInt32Access type: Read-onlyQualifiers: NoneSerial number of the actual site control file. It is incremented each time the site control file changes.
SiteCode

Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("3")]See SMS_SiteControlItem Server WMI Class.
TargetSite

Data type: StringAccess type: Read/WriteQualifiers: NoneSite 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

Development Requirements

See Also