Propriété ITrace.IsStarted
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets whether the initiation status of an ITrace object is started.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
ReadOnly Property IsStarted As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the initiation status of an ITrace object is started; otherwise, false.