Aracılığıyla paylaş


ISfcConnection.IsOpen Property

Gets a value indicating whether the connection is open.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Bildirim
ReadOnly Property IsOpen As Boolean
    Get
'Kullanım
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

Property Value

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

See Also

Reference

ISfcConnection Interface

Microsoft.SqlServer.Management.Common Namespace