Service.AdvancedProperties 屬性

定義

表示 Property 物件的集合。 每個 Property 物件都代表在 SQL Server 服務上定義的 advanced 屬性。

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

PropertyCollection物件,表示在 SQL Server 服務上定義的所有 advanced 屬性。

範例

使用 WMI 提供者管理服務和網路設定

適用於