Partager via


NamedPipesEnabled propriété

Gets the Boolean value that specifies whether Named Pipes provider is enabled for client-server connectivity on the instance of SQL Server.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property NamedPipesEnabled As Boolean
    Get
'Utilisation
Dim instance As Server
Dim value As Boolean

value = instance.NamedPipesEnabled
[SfcPropertyAttribute]
public bool NamedPipesEnabled { get; }
[SfcPropertyAttribute]
public:
property bool NamedPipesEnabled {
    bool get ();
}
[<SfcPropertyAttribute>]
member NamedPipesEnabled : bool
function get NamedPipesEnabled () : boolean

Valeur de la propriété

Type : System. . :: . .Boolean
A Boolean value that specifies whether the Named Pipes provider is enabled on instance of SQL Server.
If True, Named Pipes is enabled. Otherwise, False (default).

Voir aussi

Référence

Planning a SQL Server Installation

Autres ressources