HResults.DTS_E_INVALIDSCHEME Campo

Definizione

MessageId: DTS_E_INVALIDSCHEME MessageText: URL %1!s! non è valida. Questo errore può verificarsi se si specifica uno schema diverso da http o https oppure se il formato dell'URL non è corretto. Un formato URL valido è http://ServerName:Port/ResourcePath oppure https://ServerName:Port/ResourcePath.

public: int DTS_E_INVALIDSCHEME = -1073651710;
public const int DTS_E_INVALIDSCHEME = -1073651710;
val mutable DTS_E_INVALIDSCHEME : int
Public Const DTS_E_INVALIDSCHEME As Integer  = -1073651710

Valore del campo

Value = -1073651710

Si applica a