Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
The connection type "%1" specified for connection manager "%2" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Const DTS_E_UNKNOWNCONNECTIONMANAGERTYPE As Integer
'Usage
Dim value As Integer
value = HResults.DTS_E_UNKNOWNCONNECTIONMANAGERTYPE
public const int DTS_E_UNKNOWNCONNECTIONMANAGERTYPE
public:
literal int DTS_E_UNKNOWNCONNECTIONMANAGERTYPE
static val mutable DTS_E_UNKNOWNCONNECTIONMANAGERTYPE: int
public const var DTS_E_UNKNOWNCONNECTIONMANAGERTYPE : int