IDTSExtendedProperties100 Interface

Définition

Représente une collection d'objets IDTSExtendedProperty100.

public interface class IDTSExtendedProperties100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6A91ADDA-2BC3-4460-B286-1148CCB20692")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C693269D-CB3E-4662-AAE1-6ACB06D21898")]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("B2499328-898D-4289-9A97-F6A636DCABFD")]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6A91ADDA-2BC3-4460-B286-1148CCB20692")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExtendedProperties100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C693269D-CB3E-4662-AAE1-6ACB06D21898")>]
type IDTSExtendedProperties100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("B2499328-898D-4289-9A97-F6A636DCABFD")>]
type IDTSExtendedProperties100 = interface
    interface IEnumerable
Public Interface IDTSExtendedProperties100
Implements IEnumerable
Attributs
Implémente

Propriétés

Count

Obtient le nombre d’éléments contenus dans la collection.

Item[Object]

Obtient un objet IDTSExtendedProperty100 de la collection.

Méthodes

Add(String, String, Object)

Ajoute un nouvel objet IDTSExtendedProperty100 vide à la fin de la collection.

GetEnumerator()

Retourne un énumérateur pour effectuer une itération au sein de la collection.

Remove(Object)

Supprime de la collection un objet IDTSExtendedProperty100.

S’applique à