Share via


HResults.DTS_E_INVALIDURL Campo

Definición

MessageId: DTS_E_INVALIDURL MessageText: la dirección URL especificada no es válida. Esto puede suceder si la dirección URL del servidor o el proxy es null, o si el formato no es correcto. Un formato válido de URL tiene la forma de http://ServerName:Port/ResourcePath o 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 de campo

Value = -1073651711

Se aplica a