Partager via


Propriété IsOpen

Gets a value indicating whether the connection is open.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
ReadOnly Property IsOpen As Boolean
    Get
'Utilisation
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

Valeur de propriété

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