Compartir a través de


Interfaz IDTSParameters100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<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

El tipo IDTSParameters100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Infraestructura. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Propiedad pública Item Infraestructura. Gets a parameter object in the parameters collection with the specified index.

Arriba

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds a parameter object to the parameters collection with the specified name and data type.
Método público Contains Infraestructura. Determines whether a parameter object with the specified name is contained in the parameters collection.
Método público GetEnumerator Infraestructura. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Método público Join Infraestructura. Joins the specified parameter to the parameters collection.
Método público Remove Infraestructura. Removes a parameter object from the parameters collection.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper