IDTSCustomProperty100 Schnittstelle

Definition

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
Attribute
Implementiert

Hinweise

Das Objekt IDTSCustomProperty100 wird verwendet, um benutzerdefinierte Informationen über ein Objekt in der Datenflussaufgabe bereitzustellen.

IDTSCustomProperty100-Objekte sind auf den meisten Objekten in der Komponente IDTSComponentMetaData100 verfügbar und werden automatisch im XML des Pakets gespeichert. Benutzerdefinierte Eigenschaften werden hinzugefügt, IDTSCustomPropertyCollection100 indem die New-Methode der Sammlung aufgerufen wird.

Informationen zum Setzen benutzerdefinierter Eigenschaften finden Sie unter "Creating Custom Properties" in Design-time Methods of a Datenfluss Component.

Gilt für: