Costruttore DataflowErrorSupport (IDTSComponentMetaData100, String, String, Int32)

Initializes a new instance of the DataflowErrorSupport class.

Spazio dei nomi  Microsoft.SqlServer.Dts.ManagedMsg
Assembly:  Microsoft.SqlServer.DtsMsg (in Microsoft.SqlServer.DtsMsg.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    pIDTSCMD As IDTSComponentMetaData100, _
    strSubComponent As String, _
    strHelpFile As String, _
    HelpContext As Integer _
)
'Utilizzo
Dim pIDTSCMD As IDTSComponentMetaData100 
Dim strSubComponent As String 
Dim strHelpFile As String 
Dim HelpContext As Integer 

Dim instance As New DataflowErrorSupport(pIDTSCMD, _
    strSubComponent, strHelpFile, HelpContext)
public DataflowErrorSupport(
    IDTSComponentMetaData100 pIDTSCMD,
    string strSubComponent,
    string strHelpFile,
    int HelpContext
)
public:
DataflowErrorSupport(
    IDTSComponentMetaData100^ pIDTSCMD, 
    String^ strSubComponent, 
    String^ strHelpFile, 
    int HelpContext
)
new : 
        pIDTSCMD:IDTSComponentMetaData100 * 
        strSubComponent:string * 
        strHelpFile:string * 
        HelpContext:int -> DataflowErrorSupport
public function DataflowErrorSupport(
    pIDTSCMD : IDTSComponentMetaData100, 
    strSubComponent : String, 
    strHelpFile : String, 
    HelpContext : int
)

Parametri

  • strSubComponent
    Tipo: System.String
    The friendly name of the component.

Vedere anche

Riferimento

DataflowErrorSupport Classe

Overload DataflowErrorSupport

Spazio dei nomi Microsoft.SqlServer.Dts.ManagedMsg