Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.
Namespace: Microsoft.SqlServer.Dts.ManagedMsg
Assembly: Microsoft.SqlServer.DtsMsg (in Microsoft.SqlServer.DtsMsg.dll)
Syntax
'Declaration
Protected Sub SetErrorInterface ( _
pIDTSCMD As IDTSComponentMetaData100 _
)
'Usage
Dim pIDTSCMD As IDTSComponentMetaData100
Me.SetErrorInterface(pIDTSCMD)
protected void SetErrorInterface(
IDTSComponentMetaData100 pIDTSCMD
)
protected:
void SetErrorInterface(
IDTSComponentMetaData100^ pIDTSCMD
)
member SetErrorInterface :
pIDTSCMD:IDTSComponentMetaData100 -> unit
protected function SetErrorInterface(
pIDTSCMD : IDTSComponentMetaData100
)
Parameters
- pIDTSCMD
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The IDTSComponentMetadata100 instance that the ErrorSupport class will use to raise messages.