WmiSmoObject.GetProtocolPropertyCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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