Linguaggio

HResults.DTS_E_INVALIDSCHEME Campo

Definizione

MessageId: DTS_E_INVALIDSCHEME MessageText: L'URL %1!s! non è valido. Questo può accadere quando viene specificato uno schema diverso da http o https, oppure quando l'URL è in un formato errato. Un formato URL valido è sotto forma di http://ServerName:Port/ResourcePath o 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