Assignments Property

DTS Programming

DTS Programming

Assignments Property

The Assignments property returns a reference to the DynamicPropertiesTaskAssignments collection.

Applies To
DynamicPropertiesTask
Syntax

[Set collection =] object.Assignments

Part Description
object Expression that evaluates to a DynamicPropertiesTask object
collection An object variable compatible with type DTSCustTasks.DynamicPropertiesTaskAssignments

Data Type

DynamicPropertiesTaskAssignments Collection

Modifiable

Read-only

Prototype (C/C++)

HRESULT Assignments(DynamicPropertiesTaskAssignments** pVal);

See Also

DynamicPropertiesTaskAssignment Object