IDTSPackage100.EnableConfigurations Property

 

Applies To: SQL Server 2016 Preview

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

Gets or sets a value that indicates whether the package loads configurations.

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

Syntax

[DispIdAttribute(52)]
bool EnableConfigurations {
    [DispIdAttribute(52)]
    get;
    [DispIdAttribute(52)]
    set;
}
[DispIdAttribute(52)]
property bool EnableConfigurations {
    [DispIdAttribute(52)]
    bool get();
    [DispIdAttribute(52)]
    void set(bool value);
}
[<DispIdAttribute(52)>]
abstract EnableConfigurations : bool with get, set
<DispIdAttribute(52)>
Property EnableConfigurations As Boolean

Property Value

Type: System.Boolean

true if the package loads configuration; otherwise, false.

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

See Also

IDTSPackage100 Interface
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top