HResults.DTS_E_COULD_NOT_DETERMINE_DATASOURCE_DBMSNAME Field

Unable to determine the DBMS name and version on "%1". This occurs if the IDBProperties on the connection did not return information needed to verify the DBMS name and version.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace