Compartir a través de


Trace.IsStarted Propiedad

Gets a value that indicates whether the Trace object was initiated.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property IsStarted As Boolean 
    Get
'Uso
Dim instance As Trace 
Dim value As Boolean 

value = instance.IsStarted
[BrowsableAttribute(false)]
public bool IsStarted { get; }
[BrowsableAttribute(false)]
public:
virtual property bool IsStarted {
    bool get () sealed;
}
[<BrowsableAttribute(false)>]
abstract IsStarted : bool
[<BrowsableAttribute(false)>]
override IsStarted : bool
final function get IsStarted () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the Trace object was initiated; otherwise, false.

Implementa

ITrace.IsStarted

Vea también

Referencia

Trace Clase

Espacio de nombres Microsoft.AnalysisServices