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.
Gets the IDTS parameter assignments.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ParameterAssignments As IDTSParameterAssignments
Get
'Usage
Dim instance As ExecutePackageTaskClass
Dim value As IDTSParameterAssignments
value = instance.ParameterAssignments
public virtual IDTSParameterAssignments ParameterAssignments { get; }
public:
virtual property IDTSParameterAssignments^ ParameterAssignments {
IDTSParameterAssignments^ get ();
}
abstract ParameterAssignments : IDTSParameterAssignments
override ParameterAssignments : IDTSParameterAssignments
function get ParameterAssignments () : IDTSParameterAssignments
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignments
The IDTS parameter assignments.
Implements
IDTSExecutePackage100.ParameterAssignments