DebugMode 属性

A Boolean that indicates if a task should check if breakpoints are enabled.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
程序集:  Microsoft.SqlServer.ActiveXScriptTask(在 Microsoft.SqlServer.ActiveXScriptTask.dll 中)

语法

声明
Public Property DebugMode As Boolean
    Get
    Set
用法
Dim instance As ActiveXScriptTask
Dim value As Boolean

value = instance.DebugMode

instance.DebugMode = value
public bool DebugMode { get; set; }
public:
virtual property bool DebugMode {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract DebugMode : bool with get, set
override DebugMode : bool with get, set
final function get DebugMode () : boolean
final function set DebugMode (value : boolean)

属性值

类型:System. . :: . .Boolean
true if the task should check for enabled breakpoints; false otherwise.

实现

IDTSBreakpointSite. . :: . .DebugMode

注释

重要说明重要提示

下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。