ProjectVariablesWrapper Classe

Definição

Importante

Esta API não está em conformidade com CLS.

Contém uma coleção de wrapper de variáveis de projeto.

public ref class ProjectVariablesWrapper sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100, System::Collections::IEnumerable
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ProjectVariablesWrapper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100, System.Collections.IEnumerable
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ProjectVariablesWrapper = class
    interface IDTSVariables100
    interface IEnumerable
Public NotInheritable Class ProjectVariablesWrapper
Implements IDTSVariables100, IEnumerable
Herança
ProjectVariablesWrapper
Atributos
Implementações

Construtores

ProjectVariablesWrapper(Project)

Inicializa uma nova instância da classe ProjectVariablesWrapper usando o projeto especificado.

Propriedades

Count

Obtém o número de elementos contidos na instância de ProjectVariablesWrapper.

Item[Object]

Obtém o objeto IDTSVariable100 especificado da coleção ProjectVariablesWrapper.

Locked

Determina se as variáveis da coleção ProjectVariablesWrapper estão bloqueadas.

Métodos

Add(String, Boolean, String, Object)

Adiciona um objeto IDTSVariable100 especificado à instância ProjectVariablesWrapper.

Contains(Object)

Indica se o item da coleção ProjectVariablesWrapper pode ser acessado usando a indexação.

GetEnumerator()

Retorna um objeto IEnumerator da instância ProjectVariablesWrapper.

Join(IDTSVariable100)

Une a variável IDTSVariable100 na coleção ProjectVariablesWrapper.

Remove(Object)

Remove um objeto de variável da instância ProjectVariablesWrapper.

Unlock()

Libera os bloqueios nas variáveis na coleção de variáveis.

Aplica-se a