Share via


WmiSmoObject.CreateProtocolPropertyCollection Method

Creates a set of protocol attributes for the referenced object.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Syntax

'Declaration
Protected Overridable Function CreateProtocolPropertyCollection As ProtocolPropertyCollection
'Usage
Dim returnValue As ProtocolPropertyCollection 

returnValue = Me.CreateProtocolPropertyCollection()
protected virtual ProtocolPropertyCollection CreateProtocolPropertyCollection()
protected:
virtual ProtocolPropertyCollection^ CreateProtocolPropertyCollection()
abstract CreateProtocolPropertyCollection : unit -> ProtocolPropertyCollection  
override CreateProtocolPropertyCollection : unit -> ProtocolPropertyCollection
protected function CreateProtocolPropertyCollection() : ProtocolPropertyCollection

Return Value

Type: Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection
A ProtocolPropertyCollection object that specifies the set of protocol attributes.

Examples

Managing Services and Network Settings by Using WMI Provider

See Also

Reference

WmiSmoObject Class

Microsoft.SqlServer.Management.Smo.Wmi Namespace

Other Resources

WMI and SQL Server

Connecting to the SQL Server Database Engine