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

一个 PropertyCollection 对象,该对象表示 SQL Server 服务上定义的所有高级属性。

示例

使用 WMI 提供程序管理服务和网络设置

适用于