Condividi tramite


Proprietà IsClosed

Gets the Boolean property value that specifies whether the trace reader is closed.

Spazio dei nomi  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsClosed As Boolean
    Get
'Utilizzo
Dim instance As TraceReader
Dim value As Boolean

value = instance.IsClosed
public bool IsClosed { get; }
public:
virtual property bool IsClosed {
    bool get () sealed;
}
abstract IsClosed : bool
override IsClosed : bool
final function get IsClosed () : boolean

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the trace reader is closed.
If True, the trace reader is closed.
If False (default), the trace reader is open.

Implementa

IDataReader. . :: . .IsClosed

Esempi

Readme_Tracer