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.

请参阅

参考

ITrace 接口

Microsoft.AnalysisServices 命名空间