IDTSCustomPropertyCollection100 Interfaccia

Definizione

public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomPropertyCollection100 = interface
    interface IEnumerable
Public Interface IDTSCustomPropertyCollection100
Implements IEnumerable
Attributi
Implementazioni

Commenti

Le proprietà personalizzate forniscono un meccanismo per gli oggetti flusso di dati per esporre proprietà aggiuntive oltre a quelle implementate nell'interfaccia stessa. Ad esempio, l'adattatore di origine OLE DB contiene una proprietà personalizzata che consente all'utente di specificare l'istruzione SQL per l'origine dati.

La raccolta di proprietà personalizzata dell'interfaccia IDTSComponentMetaData100 viene popolata durante una chiamata al ProvideComponentProperties metodo . Le proprietà non devono essere aggiunte a questa raccolta in qualsiasi altro momento.

Le interfacce seguenti contengono una raccolta di proprietà personalizzata:

Proprietà

Count
Item[Object]

Metodi

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

Si applica a