Service.AdvancedProperties プロパティ

Property オブジェクトのコレクションを表します。 各 Property オブジェクトは、SQL Server サービスで定義される詳細プロパティを表します。

名前空間:  Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ:  Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)

構文

'宣言
Public ReadOnly Property AdvancedProperties As PropertyCollection 
    Get
'使用
Dim instance As Service 
Dim value As PropertyCollection 

value = instance.AdvancedProperties
public PropertyCollection AdvancedProperties { get; }
public:
property PropertyCollection^ AdvancedProperties {
    PropertyCollection^ get ();
}
member AdvancedProperties : PropertyCollection
function get AdvancedProperties () : PropertyCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.PropertyCollection
SQL Server サービスで定義されるすべての詳細プロパティを表す PropertyCollection オブジェクトです。

使用例

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

関連項目

参照

Service クラス

Microsoft.SqlServer.Management.Smo.Wmi 名前空間

その他の技術情報

WMI and SQL Server

SQL Server データベース エンジンへの接続