Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the parameter assignments of the package.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
ReadOnly Property ParameterAssignments As IDTSParameterAssignments
Get
'Usage
Dim instance As IDTSExecutePackage100
Dim value As IDTSParameterAssignments
value = instance.ParameterAssignments
IDTSParameterAssignments ParameterAssignments { get; }
property IDTSParameterAssignments^ ParameterAssignments {
IDTSParameterAssignments^ get ();
}
abstract ParameterAssignments : IDTSParameterAssignments
function get ParameterAssignments () : IDTSParameterAssignments
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignments
The parameter assignments of the package.