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


Свойство PackageRemote64Class.DebugMode

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets a value that indicates whether the specified object is in debug mode.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Overridable Property DebugMode As Boolean 
    Get 
    Set
'Применение
Dim instance As PackageRemote64Class 
Dim value As Boolean 

value = instance.DebugMode

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

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

Тип: System.Boolean
true if the specified object is in debug mode; otherwise, false.

Реализует

IDTSBreakpointSite100.DebugMode

См. также

Справочник

PackageRemote64Class Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper