IDTSManagedComponentHost100.HostComponentMetaData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the component metadata instance of the host.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ HostComponentMetaData { void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ value); };
[System.Runtime.InteropServices.DispId(1610678309)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 HostComponentMetaData { set; }
[<System.Runtime.InteropServices.DispId(1610678309)>]
member this.HostComponentMetaData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
Public Property HostComponentMetaData As IDTSComponentMetaData100
Property Value
The component metadata instance of the host.
- Attributes