Condividi tramite


Proprietà IsOpen

Gets a value indicating whether the connection is open.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsOpen As Boolean
    Get
'Utilizzo
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

Valore proprietà

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