Поделиться через


Свойство IsStarted

Gets the status of a session trace from a SessionTrace object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property IsStarted As Boolean
    Get
'Применение
Dim instance As SessionTrace
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

Значение свойства

Тип: System. . :: . .Boolean
true if the session has been started; else false.

Реализует

ITrace. . :: . .IsStarted