次の方法で共有


WmiSmoObject.Properties プロパティ

定義

Property オブジェクトのコレクションを表します。 各 Property オブジェクトは、Windows Management Instrumentation (WMI) オブジェクトで定義されたプロパティを表します。

public:
 property Microsoft::SqlServer::Management::Smo::PropertyCollection ^ Properties { Microsoft::SqlServer::Management::Smo::PropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.PropertyCollection Properties { get; }
member this.Properties : Microsoft.SqlServer.Management.Smo.PropertyCollection
Public ReadOnly Property Properties As PropertyCollection

プロパティ値

WMI オブジェクトで定義されるプロパティを表す PropertyCollection です。

WMI プロバイダーを使用したサービスの管理とネットワーク設定

適用対象