次の方法で共有


SMS_SIIB_Generic_Configuration サーバー WMI クラス

SMS_SIIB_Generic_Configuration Windows Management Instrumentation (WMI) クラスは、Configuration Managerの SMS プロバイダー サーバー クラスであり、Configuration Manager コンポーネントの汎用構成を表します。

次の構文は、マネージド オブジェクト形式 (MOF) コードから簡略化され、継承されたすべてのプロパティが含まれています。

構文

Class SMS_SIIB_Generic_Configuration : SMS_SiteInstallItemBase   
{  
   String ConfigurationName;  
   String ItemName;  
   String ItemType;  
   SMS_SII_PropertyList PropLists[];  
   SMS_SII_Property Props[];  
   String Units[];  
   String SiteCode;  
};  

メソッド

クラスは SMS_SIIB_Generic_Configuration メソッドを定義しません。

プロパティ

ConfigurationName
データ型: String

アクセスの種類: 読み取り専用

修飾子: なし

構成の名前。

ItemName
データ型: String

アクセスの種類: 読み取り専用

修飾子: [キー、読み取り]

サーバー WMI クラスSMS_SiteInstallItemBase」を参照してください。

ItemType
データ型: String

アクセスの種類: 読み取り専用

修飾子: [キー、読み取り]

サーバー WMI クラスSMS_SiteInstallItemBase」を参照してください。

PropLists
データ型: SMS_SII_PropertyList 配列

アクセスの種類: 読み取り専用

修飾子: なし

コンポーネントのサーバー WMI クラス オブジェクトをSMS_SII_PropertyListします。

Props
データ型: SMS_SII_Property 配列

アクセスの種類: 読み取り専用

修飾子: なし

コンポーネントのサーバー WMI クラス オブジェクトをSMS_SII_Propertyします。

Units
データ型: String 配列

アクセスの種類: 読み取り専用

修飾子: なし

サーバー WMI クラスSMS_SiteInstallItemBase」を参照してください。

SiteCode
データ型: String

アクセスの種類: 読み取り専用

修飾子: [read]

サーバー WMI クラスSMS_SiteInstallItemBase」を参照してください。

注釈

このクラスのクラス修飾子は次のとおりです。

要件

ランタイム要件

詳細については、「Configuration Manager サーバーランタイム要件」を参照してください。

開発要件

詳細については、「Configuration Manager サーバー開発要件」を参照してください。

関連項目

サイト構成サーバー WMI クラスのConfiguration Manager
SMS_SII_Property サーバー WMI クラス
SMS_SII_PropertyList サーバー WMI クラス
SMS_SiteInstallItemBase サーバー WMI クラス