Свойство SfcConnection.IsOpen
Gets a value indicating whether the connection is open.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property IsOpen As Boolean
Get
'Применение
Dim instance As SfcConnection
Dim value As Boolean
value = instance.IsOpen
public abstract bool IsOpen { get; }
public:
virtual property bool IsOpen {
bool get () abstract;
}
abstract IsOpen : bool
abstract function get IsOpen () : boolean
Значение свойства
Тип: System.Boolean
true if the connection is open; otherwise, false.