共用方式為


DTS_E_PRIMEOUTPUTFAILED 欄位

SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on %1 returned error code 0x%2!8.8X!. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Const DTS_E_PRIMEOUTPUTFAILED As Integer
'用途
Dim value As Integer

value = HResults.DTS_E_PRIMEOUTPUTFAILED
public const int DTS_E_PRIMEOUTPUTFAILED
public:
literal int DTS_E_PRIMEOUTPUTFAILED
static val mutable DTS_E_PRIMEOUTPUTFAILED: int
public const var DTS_E_PRIMEOUTPUTFAILED : int