Compartilhar via


Interface IDTSParameters100

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

Represents a class used by both the package parameters and project parameters collection.

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

Sintaxe

'Declaração
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSParameters100
[GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface IDTSParameters100 : IEnumerable
[GuidAttribute(L"ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface class IDTSParameters100 : IEnumerable
[<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")>]
type IDTSParameters100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameters100 extends IEnumerable

O tipo IDTSParameters100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Propriedade pública Item Infraestrutura. Gets a parameter object in the parameters collection with the specified index.

Início

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds a parameter object to the parameters collection with the specified name and data type.
Método público Contains Infraestrutura. Determines whether a parameter object with the specified name is contained in the parameters collection.
Método público GetEnumerator Infraestrutura. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Método público Join Infraestrutura. Joins the specified parameter to the parameters collection.
Método público Remove Infraestrutura. Removes a parameter object from the parameters collection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper