Proprietà TcpEnabled
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property TcpEnabled As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
Vedere anche