TcpEnabled プロパティ
SQL Server のインスタンスで TCP/IP プロトコルが有効かどうかを決定する Boolean 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("Server_TcpEnabledDesc")> _
<DisplayNameKeyAttribute("Server_TcpEnabledName")> _
ReadOnly Property TcpEnabled As Boolean
Get
'使用
Dim instance As IServerSetupFacet
Dim value As Boolean
value = instance.TcpEnabled
[DisplayDescriptionKeyAttribute("Server_TcpEnabledDesc")]
[DisplayNameKeyAttribute("Server_TcpEnabledName")]
bool TcpEnabled { get; }
[DisplayDescriptionKeyAttribute(L"Server_TcpEnabledDesc")]
[DisplayNameKeyAttribute(L"Server_TcpEnabledName")]
property bool TcpEnabled {
bool get ();
}
[<DisplayDescriptionKeyAttribute("Server_TcpEnabledDesc")>]
[<DisplayNameKeyAttribute("Server_TcpEnabledName")>]
abstract TcpEnabled : bool
function get TcpEnabled () : boolean
プロパティ値
型: System. . :: . .Boolean
SQL Server のインスタンスで TCP/IP プロトコルが有効かどうかを示す Boolean 値です。
True の場合、TCP/IP は有効です。False の場合、有効ではありません。