次の方法で共有


Service.AdvancedProperties プロパティ

定義

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

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

プロパティ値

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

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

適用対象