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.