Condividi tramite


DtsForEachEnumeratorAttribute Constructor

Initializes a new instance of the DtsForEachEnumeratorAttribute.

Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintassi

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

Osservazioni

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

Esempio

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

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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