IDTSConnectionManagerFlatFileColumns100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta una raccolta di IDTSConnectionManagerFlatFileColumn100 oggetti .
public interface class IDTSConnectionManagerFlatFileColumns100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("5E0D5F40-EA39-4F13-84EC-5626FFF957F0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("95D33D0E-CFEA-4F4A-845B-1E19E36BBDB7")]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("49B49676-C978-4939-A918-61E2B6D73A67")]
public interface IDTSConnectionManagerFlatFileColumns100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("5E0D5F40-EA39-4F13-84EC-5626FFF957F0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionManagerFlatFileColumns100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("95D33D0E-CFEA-4F4A-845B-1E19E36BBDB7")>]
type IDTSConnectionManagerFlatFileColumns100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("49B49676-C978-4939-A918-61E2B6D73A67")>]
type IDTSConnectionManagerFlatFileColumns100 = interface
interface IEnumerable
Public Interface IDTSConnectionManagerFlatFileColumns100
Implements IEnumerable
- Attributi
- Implementazioni
Proprietà
| Nome | Descrizione |
|---|---|
| Count |
Ottiene il numero di elementi nella raccolta. |
| Item[Object] |
Ottiene un IDTSConnectionManagerFlatFileColumn100 oggetto dalla raccolta. |
Metodi
| Nome | Descrizione |
|---|---|
| Add() |
Crea e aggiunge un IDTSConnectionManagerFlatFileColumn100 oggetto alla fine della collezione. |
| GetEnumerator() |
Restituisce un enumeratore per iterare sulla IDTSConnectionManagerFlatFileColumns100 collezione. |
| MoveAfter(Object, IDTSConnectionManagerFlatFileColumn100) |
Sposta un IDTSConnectionManagerFlatFileColumn100 oggetto dopo un oggetto esistente IDTSConnectionManagerFlatFileColumn100 . |
| MoveBefore(Object, IDTSConnectionManagerFlatFileColumn100) |
Sposta un IDTSConnectionManagerFlatFileColumn100 oggetto davanti a un oggetto esistente IDTSConnectionManagerFlatFileColumn100 . |
| Remove(Object) |
Rimuove un IDTSConnectionManagerFlatFileColumn100 oggetto dall'insieme. |