ITrace.IsStarted Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets whether the initiation status of an ITrace object is started.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
true if the initiation status of an ITrace object is started; otherwise, false.