WmiSmoObject.CreateProtocolPropertyCollection 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.
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