Megosztás:


IDTSPackage100.Configurations Property

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

Gets the collection of configurations for the package.

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

Syntax

'Declaration
ReadOnly Property Configurations As IDTSConfigurations100 
    Get
'Usage
Dim instance As IDTSPackage100 
Dim value As IDTSConfigurations100 

value = instance.Configurations
IDTSConfigurations100 Configurations { get; }
property IDTSConfigurations100^ Configurations {
    IDTSConfigurations100^ get ();
}
abstract Configurations : IDTSConfigurations100
function get Configurations () : IDTSConfigurations100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfigurations100
The collection of configurations for the package.

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

See Also

Reference

IDTSPackage100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace