HResults.DTS_E_UNKNOWNSTATUSCODE Field

Server returned status code - %1!u! : %2. This error occurs when the server is experiencing problems.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_E_UNKNOWNSTATUSCODE As Integer
'Usage
Dim value As Integer 

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace