ProtocolBase.ProtocolProperties 属性

定义

表示 ProtocolProperty 对象集合。 每个 ProtocolProperty 对象都表示在所引用协议上定义的一个属性。

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

属性值

一个 ProtocolPropertyCollection 对象,该对象表示在所引用协议上定义的所有属性。

示例

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

适用于