Classe ProtocolProperty
The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public Class ProtocolProperty _
Inherits Property
'Utilisation
Dim instance As ProtocolProperty
public class ProtocolProperty : Property
public ref class ProtocolProperty : public Property
type ProtocolProperty =
class
inherit Property
end
public class ProtocolProperty extends Property
Notes
To get or set ProtocolProperty object properties or run ProtocolProperty methods, users must be a member of the sysadmin fixed server role.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .Property
Microsoft.SqlServer.Management.Smo.Wmi..::..ProtocolProperty
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ClientProtocolProperty
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .IPAddressProperty
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerProtocolProperty
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.