SMS_SCI_Component
The SMS_SCI_Component WMI class specifies the configuration of an SMS server component.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_SCI_Component : SMS_SiteControlItem
{
string ComponentName;
uint32 FileType;
uint32 Flag;
string ItemName;
string ItemType;
string Name;
SMS_EmbeddedProperty Props[];
SMS_EmbeddedPropertyList PropLists[];
string SiteCode;
};
Properties
ComponentName
Data type: string
Access type: Read/writeName of the SMS server component.
FileType
Data type: uint32
Access type: Read-only
Qualifiers KeyType of site control file. This property is no longer used for queries. Values are:
EMPTY (0),
ACTUAL (1),
PROPOSED (2),
TRANSACTIONS (4),
LOCAL_TRANSACTIONS (6)Flag
Data type: uint32
Access type: Read/writeIf Flag is ROLE_INSTALLED or ROLE_NOT_INSTALLED, then Name specifies the server role. The component is installed on every server having the specified role.
If Flag is NAMED_SERVER_INSTALLED or NAMED_SERVER_NOT_INSTALLED, then Name specifies a particular server on which this component is installed. The server name does not include any backslashes. Values are:
ROLE_NOT_INSTALLED (1)
NAMED_SERVER_NOT_INSTALLED (2)
ROLE_INSTALLED (5)
NAMED_SERVER_INSTALLED (6)ItemName
Data type: string
Access type: Read-only
Qualifiers: KeyUnique identifier of the site-control item.
ItemType
Data type: string
Access type: Read-only
Qualifiers: KeyUnique identifier of a site-control item.
Name
Data type: string
Access type: Read/writeRepresents an SMS role or an SMS server name, depending on the value of Flag.
Props
Data type: SMS_EmbeddedProperty[]
Access type: Read/writeZero or more properties that contain numeric or string values.
PropLists
Data type: SMS_EmbeddedPropertyList[]
Access type: Read/writeZero or more properties that contain an array of strings.
SiteCode
Data type: string
Access type: Read-only
Qualifiers: KeySite code of the site server.
Remarks
Run the following query for a complete list of SMS server components defined for your site server.
SELECT * FROM SMS_SCI_Component WHERE SiteCode = "<sitecode>"
There is no list which defines the properties for each server component. The best way to determine the properties for each component is to follow the steps defined in Determining Which Site Control Item to Use.
See Also
Managing Site Control Configuration, Site Configuration Classes, SMS_SCI_Configuration