Server.TcpEnabled Property

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

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property TcpEnabled As Boolean
    Get
'Usage
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

Property Value

Type: System.Boolean