Linguaggio

HResults.DTS_E_INVALIDURL Campo

Definizione

MessageId: DTS_E_INVALIDURL MessageText: L'URL specificato non è valido. Questo può accadere quando l'URL del server o proxy è nullo, o in un formato errato. Un formato URL valido è sotto forma di 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

Valore del campo

Value = -1073651711

Si applica a