Compartir a través de


Interfaz IDTSProperties100

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

Contains a collection of IDTSProperty100 objects.

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

Sintaxis

'Declaración
<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")> _
Public Interface IDTSProperties100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSProperties100
[GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface IDTSProperties100 : IEnumerable
[GuidAttribute(L"ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface class IDTSProperties100 : IEnumerable
[<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")>]
type IDTSProperties100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSProperties100 extends IEnumerable

El tipo IDTSProperties100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Infraestructura. Gets the number of elements contained in the IDTSProperties100 instance.
Propiedad pública Item Infraestructura. Gets an IDTSProperty100 object from the collection.

Arriba

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds a property to the collection.
Método público GetEnumerator Infraestructura. Returns an enumerator for use in iterating over the IDTSProperties100 collection.

Arriba

Comentarios

For more information, see DtsProperties.

Vea también

Referencia

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