Partager via


TcpEnabled propriété

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

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property TcpEnabled As Boolean
    Get
'Utilisation
Dim instance As Server
Dim value As Boolean

value = instance.TcpEnabled
[SfcPropertyAttribute]
public bool TcpEnabled { get; }
[SfcPropertyAttribute]
public:
property bool TcpEnabled {
    bool get ();
}
[<SfcPropertyAttribute>]
member TcpEnabled : bool
function get TcpEnabled () : boolean

Valeur de la propriété

Type : System. . :: . .Boolean