Partilhar via


Propriedade do RDL IsOpen

Gets a value indicating whether the connection is open.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property IsOpen As Boolean
    Get
'Uso
Dim instance As SfcConnection
Dim value As Boolean

value = instance.IsOpen
public abstract bool IsOpen { get; }
public:
virtual property bool IsOpen {
    bool get () abstract;
}
abstract IsOpen : bool
abstract function get IsOpen () : boolean

Valor da propriedade

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

Implementa

ISfcConnection. . :: . .IsOpen