HResults.DTS_E_INVALIDSCHEME Campo

Definição

MessageId: DTS_E_INVALIDSCHEME MessageText: A URL %1!s! não é válido. Isso pode ocorrer quando se especifica um esquema diferente de http ou https, ou quando a URL está em um formato incorreto. Um formato de URL válido está na forma de http://ServerName:Port/ResourcePath ou 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

Valor do campo

Value = -1073651710

Aplica-se a