ISfcConnection.IsOpen 属性

Gets a value indicating whether the connection is open.

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
ReadOnly Property IsOpen As Boolean 
    Get
用法
Dim instance As ISfcConnection 
Dim value As Boolean 

value = instance.IsOpen
bool IsOpen { get; }
property bool IsOpen {
    bool get ();
}
abstract IsOpen : bool
function get IsOpen () : boolean

属性值

类型:System.Boolean
True if the connection is open; otherwise, false.

请参阅

参考

ISfcConnection 接口

Microsoft.SqlServer.Management.Common 命名空间