Compartilhar via


Interface IDTSVariables100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Provides properties and methods for working on a collection of IDTSVariable100 objects.

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

Sintaxe

'Declaração
<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")> _
Public Interface IDTSVariables100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSVariables100
[GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface IDTSVariables100 : IEnumerable
[GuidAttribute(L"44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface class IDTSVariables100 : IEnumerable
[<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")>]
type IDTSVariables100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSVariables100 extends IEnumerable

O tipo IDTSVariables100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the collection.
Propriedade pública Item Infraestrutura. Gets an IDTSVariable100 object from the collection.
Propriedade pública Locked Infraestrutura. Gets a value that indicates whether the variables in the collection are locked.

Início

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds a IDTSVariable100 object to the collection.
Método público Contains Infraestrutura. Determines whether the items in the collection can be accessed by using indexing without throwing an exception.
Método público GetEnumerator Infraestrutura. Returns an IEnumerator enumerator for use in iterating over the collection.
Método público Join Infraestrutura. Joins the IDTSVariable100 to the collection.
Método público Remove Infraestrutura. Removes an IDTSVariable100 object from the collection.
Método público Unlock Infraestrutura. Releases the locks on the collection and flags the state of the collection as invalid or unknown.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper