IServerSetupFacet.NamedPipesEnabled 속성

Gets the Boolean value that determines whether named pipes are enabled on the instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_NamedPipesEnabledDesc")> _
<DisplayNameKeyAttribute("Server_NamedPipesEnabledName")> _
ReadOnly Property NamedPipesEnabled As Boolean 
    Get
‘사용 방법
Dim instance As IServerSetupFacet 
Dim value As Boolean 

value = instance.NamedPipesEnabled
[DisplayDescriptionKeyAttribute("Server_NamedPipesEnabledDesc")]
[DisplayNameKeyAttribute("Server_NamedPipesEnabledName")]
bool NamedPipesEnabled { get; }
[DisplayDescriptionKeyAttribute(L"Server_NamedPipesEnabledDesc")]
[DisplayNameKeyAttribute(L"Server_NamedPipesEnabledName")]
property bool NamedPipesEnabled {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("Server_NamedPipesEnabledDesc")>]
[<DisplayNameKeyAttribute("Server_NamedPipesEnabledName")>]
abstract NamedPipesEnabled : bool
function get NamedPipesEnabled () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies whether named pipes are enabled on the instance of SQL Server.If True, named pipes are enabled. Otherwise, False.

속성 설정

참고 항목

참조

IServerSetupFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스