IServerSetupFacet.TcpEnabled Property
Gets the Boolean value that determines whether TCP/IP protocol is enabled on the instance of SQL Server.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayNameKeyAttribute("Server_TcpEnabledName")] [DisplayDescriptionKeyAttribute("Server_TcpEnabledDesc")] bool TcpEnabled { get; }
Property Value
Type: System.BooleanA Boolean value that specifies whether TCP/IP protocol is enabled on the instance of SQL Server.
If True, TCP/IP is enabled. Otherwise, False.
Show: