Méthode HostDescribeRedirectedErrorCode
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Function HostDescribeRedirectedErrorCode ( _
wrapper As IDTSManagedComponentWrapper100, _
iErrorCode As Integer _
) As String
'Utilisation
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim iErrorCode As Integer
Dim returnValue As String
returnValue = instance.HostDescribeRedirectedErrorCode(wrapper, _
iErrorCode)
public string HostDescribeRedirectedErrorCode(
IDTSManagedComponentWrapper100 wrapper,
int iErrorCode
)
public:
virtual String^ HostDescribeRedirectedErrorCode(
IDTSManagedComponentWrapper100^ wrapper,
int iErrorCode
) sealed
abstract HostDescribeRedirectedErrorCode :
wrapper:IDTSManagedComponentWrapper100 *
iErrorCode:int -> string
override HostDescribeRedirectedErrorCode :
wrapper:IDTSManagedComponentWrapper100 *
iErrorCode:int -> string
public final function HostDescribeRedirectedErrorCode(
wrapper : IDTSManagedComponentWrapper100,
iErrorCode : int
) : String
Paramètres
- iErrorCode
Type : System. . :: . .Int32
Valeur de retour
Type : System. . :: . .String