IDTSCustomProperty100 Schnittstelle

Definition

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")>]
[<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 IDTSComponentMetaData100-Schnittstelle einer Komponente verfügbar und werden automatisch im XML des Pakets gespeichert. Benutzerdefinierte Eigenschaften werden der IDTSCustomPropertyCollection100 hinzugefügt, indem die Neue 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: