Propriedade do RDL ITrace.IsStarted

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets whether the initiation status of an ITrace object is started.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
ReadOnly Property IsStarted As Boolean 
    Get
'Uso
Dim instance As ITrace 
Dim value As Boolean 

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

Valor da propriedade

Tipo: System.Boolean
true if the initiation status of an ITrace object is started; otherwise, false.

Consulte também

Referência

ITrace Interface

Namespace Microsoft.AnalysisServices