NamedPipesEnabled 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property NamedPipesEnabled As Boolean
    Get
用法
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

属性值

类型: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).

请参阅

参考

Planning a SQL Server Installation

其他资源