Propriedade do RDL IsClosed
Gets the Boolean property value that specifies whether the trace reader is closed.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
Public ReadOnly Property IsClosed As Boolean
Get
'Uso
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
Valor da propriedade
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
Consulte também