Partager via


DtsForEachEnumeratorAttribute constructeur

Initializes a new instance of the DtsForEachEnumeratorAttribute.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub New
'Utilisation

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

Notes

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

Exemples

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

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