Server.NamedPipesEnabled Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property NamedPipesEnabled As Boolean
    Get
'Usage
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

Property Value

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

See Also

Reference

Planning a SQL Server Installation

Other Resources