Condividi tramite


Classe ProjectVariablesWrapper

Contains a collection of project variables wrapper.

Questa API non è conforme a CLS. 

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper

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

Sintassi

'Dichiarazione
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
    Implements IDTSVariables100, IEnumerable
'Utilizzo
Dim instance As ProjectVariablesWrapper
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ProjectVariablesWrapper : IDTSVariables100, 
    IEnumerable
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectVariablesWrapper sealed : IDTSVariables100, 
    IEnumerable
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ProjectVariablesWrapper =  
    class 
        interface IDTSVariables100 
        interface IEnumerable 
    end
public final class ProjectVariablesWrapper implements IDTSVariables100, IEnumerable

Nel tipo ProjectVariablesWrapper sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ProjectVariablesWrapper Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of elements contained in the ProjectVariablesWrapper instance.
Proprietà pubblica Item Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Proprietà pubblica Locked Gets whether the variables in the ProjectVariablesWrapper collection are locked.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.
Metodo pubblico Contains Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Returns an IEnumerator object from ProjectVariablesWrapper instance.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Join Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.
Metodo pubblico Remove Removes a variable object from the ProjectVariablesWrapper instance.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Unlock Releases the locks on the variables on the variables collection.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime