IDTSConfigurationControl Interface
Provides a property that controls how a package loads configurations.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Interface IDTSConfigurationControl
'Usage
Dim instance As IDTSConfigurationControl
public interface IDTSConfigurationControl
public interface class IDTSConfigurationControl
type IDTSConfigurationControl = interface end
public interface IDTSConfigurationControl
The IDTSConfigurationControl type exposes the following members.
Properties
Name | Description | |
---|---|---|
IgnoreConfigurationsOnLoad | Gets or sets a value that indicates whether the package ignores configurations when the package is loaded. |
Top