Share via


ManagedWrapper.Enabled Property

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

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

value = instance.Enabled

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

Property Value

Type: System.Boolean

Implements

IDTSLogging100.Enabled