Propriedade do RDL ISfcConnection.IsOpen
Gets a value indicating whether the connection is open.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
True if the connection is open; otherwise, false.