DTS_E_EXPRESSIONNOTBOOLEAN フィールド
式 "%1" は、True または False に評価される必要があります。評価結果がブール値になるように式を変更してください。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Const DTS_E_EXPRESSIONNOTBOOLEAN As Integer
'使用
Dim value As Integer
value = HResults.DTS_E_EXPRESSIONNOTBOOLEAN
public const int DTS_E_EXPRESSIONNOTBOOLEAN
public:
literal int DTS_E_EXPRESSIONNOTBOOLEAN
static val mutable DTS_E_EXPRESSIONNOTBOOLEAN: int
public const var DTS_E_EXPRESSIONNOTBOOLEAN : int