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 提供程序管理服务和网络设置

适用于