Compartilhar via


Classe ProjectVariablesWrapper

Contains a collection of project variables wrapper.

Essa API não é compatível com CLS. 

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
    Implements IDTSVariables100, IEnumerable
'Uso
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

O tipo ProjectVariablesWrapper expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ProjectVariablesWrapper Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of elements contained in the ProjectVariablesWrapper instance.
Propriedade pública Item Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Propriedade pública Locked Gets whether the variables in the ProjectVariablesWrapper collection are locked.

Início

Métodos

  Nome Descrição
Método público Add Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.
Método público Contains Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
Método público Equals (Herdado de Object.)
Método público GetEnumerator Returns an IEnumerator object from ProjectVariablesWrapper instance.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Join Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.
Método público Remove Removes a variable object from the ProjectVariablesWrapper instance.
Método público ToString (Herdado de Object.)
Método público Unlock Releases the locks on the variables on the variables collection.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime