HResults.DTS_E_INVALIDURL Field

Definition

MessageId: DTS_E_INVALIDURL MessageText: The URL specified is not valid. This can happen when the server or proxy URL is null, or in an incorrect format. A valid URL format is in the form of http://ServerName:Port/ResourcePath or 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

Field Value

Value = -1073651711

Applies to