Partager via


Propriété IServerSetupFacet.NamedPipesEnabled

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Server_NamedPipesEnabledDesc")> _
<DisplayNameKeyAttribute("Server_NamedPipesEnabledName")> _
ReadOnly Property NamedPipesEnabled As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : 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.

Exemples

Définition de propriétés

Voir aussi

Référence

IServerSetupFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo