共用方式為


ManagedWrapper.DebugMode 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Get or sets whether the wrapper is in debugging mode.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Property DebugMode As Boolean 
    Get 
    Set
'用途
Dim instance As ManagedWrapper 
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 wrapper is in debugging mode; otherwise, false.

實作

IDTSBreakpointSite100.DebugMode

請參閱

參考

ManagedWrapper 類別

Microsoft.SqlServer.Dts.Runtime 命名空間