ISfcConnection.IsOpen Propiedad
Gets a value indicating whether the connection is open.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
ReadOnly Property IsOpen As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
True if the connection is open; otherwise, false.