Свойство ITrace.IsStarted
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets whether the initiation status of an ITrace object is started.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
ReadOnly Property IsStarted As Boolean
Get
'Применение
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
Значение свойства
Тип: System.Boolean
true if the initiation status of an ITrace object is started; otherwise, false.