CreateProtocolPropertyCollection méthode
Creates a set of protocol attributes for the referenced object.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Protected Overridable Function CreateProtocolPropertyCollection As ProtocolPropertyCollection
'Utilisation
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
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ProtocolPropertyCollection
A ProtocolPropertyCollection object that specifies the set of protocol attributes.
Voir aussi