PackageNeutralClass.Configurations Property

Definition

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConfigurations100 ^ Configurations { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSConfigurations100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConfigurations100 Configurations { get; }
member this.Configurations : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSConfigurations100
Public Overridable ReadOnly Property Configurations As IDTSConfigurations100

Property Value

The collection of configurations for the package.

Implements

Remarks

For more information, see Package.

Applies to