IDTSOutput100.Component Property

Definition

Gets the IDTSComponentMetaData100 of an IDTSOutput100 object.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ Component { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ get(); };
[System.Runtime.InteropServices.DispId(119)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 Component { [System.Runtime.InteropServices.DispId(119)] get; }
[<System.Runtime.InteropServices.DispId(119)>]
[<get: System.Runtime.InteropServices.DispId(119)>]
member this.Component : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
Public ReadOnly Property Component As IDTSComponentMetaData100

Property Value

The IDTSComponentMetaData100 object of the IDTSOutput100.

Attributes

Applies to