HResults.DTS_E_INVALIDURL Campo

Definição

MessageId: DTS_E_INVALIDURL MessageText: a URL especificada não é válida. Isso pode ocorrer quando a URL do servidor ou do proxy é nula, ou está em 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_INVALIDURL = -1073651711;
public const int DTS_E_INVALIDURL = -1073651711;
val mutable DTS_E_INVALIDURL : int
Public Const DTS_E_INVALIDURL As Integer  = -1073651711

Valor do campo

Value = -1073651711

Aplica-se a