Freigeben über


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 ()

Hinweise

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

Beispiel

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

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

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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