Propriété IsStarted

Gets the initiation status of a Trace object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsStarted As Boolean
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

ITrace. . :: . .IsStarted