Compartilhar via


Propriedade TcpEnabled

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property TcpEnabled As Boolean
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Boolean