Конструктор DtsForEachEnumeratorAttribute

Initializes a new instance of the DtsForEachEnumeratorAttribute.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Sub New
'Применение

Dim instance As New DtsForEachEnumeratorAttribute()
public DtsForEachEnumeratorAttribute()
public:
DtsForEachEnumeratorAttribute()
new : unit -> DtsForEachEnumeratorAttribute
public function DtsForEachEnumeratorAttribute()

Замечания

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

Примеры

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

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