Freigeben über


IDTSBreakpointTarget100.Enabled-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see BreakpointTarget.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property Enabled As Boolean 
    Get 
    Set
'Usage
Dim instance As IDTSBreakpointTarget100 
Dim value As Boolean 

value = instance.Enabled

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

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

IDTSBreakpointTarget100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace