다음을 통해 공유


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