Partager via


Propriété IServerSetupFacet.TcpEnabled

Gets the Boolean value that determines whether TCP/IP protocol is enabled on the instance of SQL Server.

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

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Server_TcpEnabledDesc")> _
<DisplayNameKeyAttribute("Server_TcpEnabledName")> _
ReadOnly Property TcpEnabled As Boolean 
    Get
'Utilisation
Dim instance As IServerSetupFacet 
Dim value As Boolean 

value = instance.TcpEnabled
[DisplayDescriptionKeyAttribute("Server_TcpEnabledDesc")]
[DisplayNameKeyAttribute("Server_TcpEnabledName")]
bool TcpEnabled { get; }
[DisplayDescriptionKeyAttribute(L"Server_TcpEnabledDesc")]
[DisplayNameKeyAttribute(L"Server_TcpEnabledName")]
property bool TcpEnabled {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("Server_TcpEnabledDesc")>]
[<DisplayNameKeyAttribute("Server_TcpEnabledName")>]
abstract TcpEnabled : bool
function get TcpEnabled () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether TCP/IP protocol is enabled on the instance of SQL Server.If True, TCP/IP is enabled. Otherwise, False.

Exemples

Définition de propriétés

Voir aussi

Référence

IServerSetupFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo