Свойство 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