TcpEnabled Propiedad
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System. . :: . .Boolean
Vea también