Udostępnij przez


DtsForEachEnumeratorAttribute Constructor

Initializes a new instance of the DtsForEachEnumeratorAttribute.

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

Syntax

'Deklaracja
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.

Target Platforms

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