Compartir a través de


NamedPipesEnabled Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property NamedPipesEnabled As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: 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).

Vea también

Referencia

Planning a SQL Server Installation

Otros recursos