HResults.DTS_E_INVALIDURL Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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