Pole HResults.DTS_E_INVALIDSCHEME
Adres URL %1 jest nieprawidłowy.Może się to zdarzyć, gdy schemat innych niż http lub https jest określona lub adres URL jest w niepoprawnym formacie.Jest prawidłowy format adresu URL w postaci http://ServerName:Port/ResourcePath lub https://ServerName:Port/ResourcePath.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public Const DTS_E_INVALIDSCHEME As Integer
'Użycie
Dim value As Integer
value = HResults.DTS_E_INVALIDSCHEME
public const int DTS_E_INVALIDSCHEME
public:
literal int DTS_E_INVALIDSCHEME
static val mutable DTS_E_INVALIDSCHEME: int
public const var DTS_E_INVALIDSCHEME : int