Udostępnij przez


Właściwość NamedPipesEnabled

Pobiera Boolean wartość określa, czy nazwane potoki są włączone na wystąpienie SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("Server_NamedPipesEnabledDesc")> _
<DisplayNameKeyAttribute("Server_NamedPipesEnabledName")> _
ReadOnly Property NamedPipesEnabled As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy nazwane potoki są włączone na wystąpienie SQL Server.
Jeśli True, nazwane potoki są włączone. W przeciwnym razie jest używana wartość False.