Share via


HResults.DTS_E_CONNECTTOSERVERFAILED_NOTREGISTERED Field

Connecting to the Integration Services service on the computer "" failed with the following error: "". This error can occur when you try to connect to a SQL Server 2005 Integration Services service from the current version of the SQL Server tools. Instead, add folders to the service configuration file to let the local Integration Services service manage packages on the SQL Server 2005 instance.

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

Syntax

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

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