WmiSmoObject.CreateProtocolPropertyCollection Method

Definition

Creates a set of protocol attributes for the referenced object.

protected:
 virtual Microsoft::SqlServer::Management::Smo::Wmi::ProtocolPropertyCollection ^ CreateProtocolPropertyCollection();
protected virtual Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection CreateProtocolPropertyCollection ();
abstract member CreateProtocolPropertyCollection : unit -> Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
override this.CreateProtocolPropertyCollection : unit -> Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
Protected Overridable Function CreateProtocolPropertyCollection () As ProtocolPropertyCollection

Returns

A ProtocolPropertyCollection object that specifies the set of protocol attributes.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to