Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.