IDTSComponentMetaData130 Interface
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.
Adds new functionality in SQL Server 2016 to the existing IDTSComponentMetaData100 interface, especially the GetIdentificationStringByID(Int32) method. The IDTSComponentMetaData100 interface contains the definition of a data flow component, including the custom properties, inputs, outputs, and input and output columns defined on a data flow component.
public interface class IDTSComponentMetaData130 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100
[System.Runtime.InteropServices.Guid("ED6B983F-1DCB-4BA6-90CE-8166E61BE626")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaData130 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C5E40750-CEE2-4313-B388-4A1BC3688FE3")]
public interface IDTSComponentMetaData130 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("55D21B34-4B6E-4543-B195-B71BB8476FC3")]
public interface IDTSComponentMetaData130 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
[<System.Runtime.InteropServices.Guid("ED6B983F-1DCB-4BA6-90CE-8166E61BE626")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaData130 = interface
interface IDTSComponentMetaData100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C5E40750-CEE2-4313-B388-4A1BC3688FE3")>]
type IDTSComponentMetaData130 = interface
interface IDTSComponentMetaData100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("55D21B34-4B6E-4543-B195-B71BB8476FC3")>]
type IDTSComponentMetaData130 = interface
interface IDTSComponentMetaData100
Public Interface IDTSComponentMetaData130
Implements IDTSComponentMetaData100
- Attributes
- Implements