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.

实现

ISfcConnection. . :: . .IsOpen