DtsForEachEnumeratorAttribute Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.