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.
See Also