Proprietà ITrace.IsStarted
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets whether the initiation status of an ITrace object is started.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
ReadOnly Property IsStarted As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the initiation status of an ITrace object is started; otherwise, false.