PackageRemote64Class.Configurations Property

Definition

Gets the collection of configurations for the package.

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

Property Value

The collection of configurations for the package.

Implements

Applies to