HResults.DTS_E_UNPROTECTCONNECTIONSTRINGFAILED Field

Failed to decrypt protected connection string for server "%1" with error 0x%2!8.8X! "%3". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace