DataflowErrorSupport Constructor (IDTSComponentMetaData90)
Initializes a new instance of the DataflowErrorSupport class and associates it with the specified IDTSComponentMetaData90 instance.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in microsoft.sqlserver.dtsmsg.dll)
Syntax
'Declaration
Public Sub New ( _
pIDTSCMD As IDTSComponentMetaData90 _
)
public DataflowErrorSupport (
IDTSComponentMetaData90 pIDTSCMD
)
public:
DataflowErrorSupport (
IDTSComponentMetaData90^ pIDTSCMD
)
public DataflowErrorSupport (
IDTSComponentMetaData90 pIDTSCMD
)
public function DataflowErrorSupport (
pIDTSCMD : IDTSComponentMetaData90
)
Parameters
- pIDTSCMD
The IDTSComponentMetaData90 instance that the DataflowErrorSupport class uses to raise messages.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DataflowErrorSupport Class
DataflowErrorSupport Members
Microsoft.SqlServer.Dts.ManagedMsg Namespace