IDTSManagedComponentHost100.HostComponentMetaData Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the component metadata instance of the host.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(1610678309)]
IDTSComponentMetaData100 HostComponentMetaData { set; }
[DispIdAttribute(1610678309)]
property IDTSComponentMetaData100^ HostComponentMetaData {
    void set(IDTSComponentMetaData100^ value);
}
[<DispIdAttribute(1610678309)>]
abstract HostComponentMetaData : IDTSComponentMetaData100 with set
<DispIdAttribute(1610678309)>
WriteOnly Property HostComponentMetaData As IDTSComponentMetaData100

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100

The component metadata instance of the host.

See Also

IDTSManagedComponentHost100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top