Partager via


Classe ProtocolBase

The ProtocolBase class represents a protocol used on a SQL Server client or a server that is running SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (dans Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public MustInherit Class ProtocolBase _
    Inherits WmiSmoObject _
    Implements IAlterable
'Utilisation
Dim instance As ProtocolBase
public abstract class ProtocolBase : WmiSmoObject, 
    IAlterable
public ref class ProtocolBase abstract : public WmiSmoObject, 
    IAlterable
[<AbstractClassAttribute>]
type ProtocolBase =  
    class
        inherit WmiSmoObject
        interface IAlterable
    end
public abstract class ProtocolBase extends WmiSmoObject implements IAlterable

Notes

The ProtocolBase class is a base class used in the construction of the ClientProtocol object and the ServerProtocol object and contains functionality that is common to both.

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.

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.