PackageClass.Configurations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
For more information, see Package.