DtsForEachEnumeratorAttribute Constructor

Definition

Initializes a new instance of the DtsForEachEnumeratorAttribute.

public:
 DtsForEachEnumeratorAttribute();
public DtsForEachEnumeratorAttribute ();
Public Sub New ()

Examples

The following code sample creates a new instance of the attribute class.

Dim myAttr As New MyAttribute()  
MyAttribute myAttr = new MyAttribute();  

Remarks

Attributes are initialized with constructors in the same way as traditional classes.

Applies to