Share via


DtsForEachEnumeratorAttribute Constructor

Initializes a new instance of the DtsForEachEnumeratorAttribute.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Sub New
public DtsForEachEnumeratorAttribute ()
public:
DtsForEachEnumeratorAttribute ()
public DtsForEachEnumeratorAttribute ()
public function DtsForEachEnumeratorAttribute ()

Remarks

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

Example

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

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

DtsForEachEnumeratorAttribute Class
DtsForEachEnumeratorAttribute Members
Microsoft.SqlServer.Dts.Runtime Namespace