WmiSmoObject.GetProtocolPropertyCollection 方法

定义

返回所引用对象的协议属性集合。

protected:
 Microsoft::SqlServer::Management::Smo::Wmi::ProtocolPropertyCollection ^ GetProtocolPropertyCollection();
protected Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection GetProtocolPropertyCollection ();
member this.GetProtocolPropertyCollection : unit -> Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
Protected Function GetProtocolPropertyCollection () As ProtocolPropertyCollection

返回

一个 ProtocolPropertyCollection 对象,该对象指定所引用对象的协议属性集。

示例

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

适用于

另请参阅