Megosztás:


ManagedWrapper.Enabled Property

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

Gets or sets whether the wrapper is enabled.

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
True if the wrapper is enabled; otherwise, false.

Implements

IDTSLogging100.Enabled

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace