WmiSmoObject.GetProtocolPropertyCollection Method ()

 

Applies To: SQL Server 2016 Preview

Returns the protocol property collection for the referenced object.

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

Syntax

protected ProtocolPropertyCollection GetProtocolPropertyCollection()
protected:
ProtocolPropertyCollection^ GetProtocolPropertyCollection()
member GetProtocolPropertyCollection : unit -> ProtocolPropertyCollection
Protected Function GetProtocolPropertyCollection As ProtocolPropertyCollection

Return Value

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

A ProtocolPropertyCollection object that specifies the protocol property collection for the referenced object.

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 '6236e236-a129-4644-a2b2-55a9b55f3109'.Unable to find linked topic 'dde75a1c-55cc-4e57-8fee-a17fdee03d97'.

Return to top