Linguaggio

IDTSConfigurations100 Interfaccia

Definizione

Rappresenta una raccolta di IDTSConfiguration100 oggetti .

public interface class IDTSConfigurations100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConfigurations100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")>]
type IDTSConfigurations100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")>]
type IDTSConfigurations100 = interface
    interface IEnumerable
Public Interface IDTSConfigurations100
Implements IEnumerable
Attributi
Implementazioni

Commenti

Per altre informazioni, vedere Configurations.

Proprietà

Nome Descrizione
Count

Ottiene il numero di elementi nella raccolta.

Item[Object]

Ottiene un IDTSConfiguration100 oggetto dall'insieme.

Metodi

Nome Descrizione
Add()

Aggiunge un IDTSConfiguration100 oggetto alla fine dell'insieme.

GetEnumerator()

Restituisce un enumeratore per iterare sulla IDTSConfiguration100 collezione.

InsertAfter(Object, IDTSConfiguration100)

Aggiunge un IDTSConfiguration100 oggetto alla collezione dopo un oggetto esistente IDTSConfiguration100 .

InsertBefore(Object, IDTSConfiguration100)

Aggiunge un IDTSConfiguration100 oggetto alla collezione prima di un oggetto esistente IDTSConfiguration100 .

MoveAfter(Object, IDTSConfiguration100)

Sposta un IDTSConfiguration100 oggetto dopo un oggetto esistente IDTSConfiguration100 .

MoveBefore(Object, IDTSConfiguration100)

Sposta un IDTSConfiguration100 oggetto davanti a un oggetto esistente IDTSConfiguration100 .

Remove(Object)

Rimuove un IDTSConfiguration100 oggetto dall'insieme.

Si applica a