WmiSmoObject.CreateProtocolPropertyCollection Method ()

 

Applies To: SQL Server 2016 Preview

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

protected virtual ProtocolPropertyCollection CreateProtocolPropertyCollection()
protected:
virtual ProtocolPropertyCollection^ CreateProtocolPropertyCollection()
abstract CreateProtocolPropertyCollection : unit -> ProtocolPropertyCollection
override CreateProtocolPropertyCollection : unit -> ProtocolPropertyCollection
Protected Overridable Function CreateProtocolPropertyCollection As ProtocolPropertyCollection

Return Value

Type: Microsoft.SqlServer.Management.Smo.Wmi.ProtocolPropertyCollection

A ProtocolPropertyCollection object that specifies the set of protocol attributes.

Examples

Legacy Code Example

Managing Services and Network Settings by Using WMI Provider

See Also

WmiSmoObject Class
Microsoft.SqlServer.Management.Smo.Wmi Namespace

Unable to find linked topic 'dde75a1c-55cc-4e57-8fee-a17fdee03d97'.Unable to find linked topic '6236e236-a129-4644-a2b2-55a9b55f3109'.

Return to top