Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets a Boolean value that specifies whether the server supports named pipes.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<DisplayNameKeyAttribute("Server_NamedPipesEnabledName")> _
<DisplayDescriptionKeyAttribute("Server_NamedPipesEnabledDesc")> _
ReadOnly Property NamedPipesEnabled As Boolean
Get
'Применение
Dim instance As IServerSelectionFacet
Dim value As Boolean
value = instance.NamedPipesEnabled
[DisplayNameKeyAttribute("Server_NamedPipesEnabledName")]
[DisplayDescriptionKeyAttribute("Server_NamedPipesEnabledDesc")]
bool NamedPipesEnabled { get; }
[DisplayNameKeyAttribute(L"Server_NamedPipesEnabledName")]
[DisplayDescriptionKeyAttribute(L"Server_NamedPipesEnabledDesc")]
property bool NamedPipesEnabled {
bool get ();
}
[<DisplayNameKeyAttribute("Server_NamedPipesEnabledName")>]
[<DisplayDescriptionKeyAttribute("Server_NamedPipesEnabledDesc")>]
abstract NamedPipesEnabled : bool
function get NamedPipesEnabled () : boolean
Значение свойства
Тип: System.Boolean
A Boolean value, True if the server supports named pipes, otherwise False.