DTS_E_INVALIDURL フィールド
指定された URL が無効です。このエラーは、サーバーまたはプロキシの URL に NULL が指定されたか、または URL の形式が正しくない場合に発生する可能性があります。有効な URL の形式は、http://ServerName:Port/ResourcePath または https://ServerName:Port/ResourcePath です。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Const DTS_E_INVALIDURL As Integer
'使用
Dim value As Integer
value = HResults.DTS_E_INVALIDURL
public const int DTS_E_INVALIDURL
public:
literal int DTS_E_INVALIDURL
static val mutable DTS_E_INVALIDURL: int
public const var DTS_E_INVALIDURL : int