Partager via


Classe TcpProtocol

The TcpProtocol object provides programmatic access to the protocols supported by Microsoft SQL Server.

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

Syntaxe

'Déclaration
<SfcElementTypeAttribute("Tcp")> _
Public NotInheritable Class TcpProtocol _
    Inherits EndpointProtocol
'Utilisation
Dim instance As TcpProtocol
[SfcElementTypeAttribute("Tcp")]
public sealed class TcpProtocol : EndpointProtocol
[SfcElementTypeAttribute(L"Tcp")]
public ref class TcpProtocol sealed : public EndpointProtocol
[<SealedAttribute>]
[<SfcElementTypeAttribute("Tcp")>]
type TcpProtocol =  
    class
        inherit EndpointProtocol
    end
public final class TcpProtocol extends EndpointProtocol

Notes

To get TcpProtocol object properties, users can be a member of the public 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.

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.