PackageRemote64Class.DebugMode Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether the specified object is in debug mode.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property DebugMode As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the specified object is in debug mode; otherwise, false.
Implementa
IDTSBreakpointSite100.DebugMode