WmiSmoObject.GetProtocolPropertyCollection Method

Definition

Returns the protocol property collection for the referenced object.

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

Returns

A ProtocolPropertyCollection object that specifies the protocol property collection for the referenced object.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to

See also