ServerAdapterBase.NamedPipesEnabled Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Boolean value that determines whether the referenced property is enabled.

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

Syntax

public bool NamedPipesEnabled { get; }
public:
property bool NamedPipesEnabled {
    virtual bool get() sealed;
}
abstract NamedPipesEnabled : bool with get
override NamedPipesEnabled : bool with get
Public ReadOnly Property NamedPipesEnabled As Boolean

Property Value

Type: System.Boolean

A Boolean value whether the referenced property is enabled.

If True, the property is enabled. Otherwise, False.

See Also

ServerAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top