次の方法で共有


DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO フィールド

"%1" は文字列型でないため、比較フラグを 0 にする必要があります。文字列型の列では ComparisonFlags を 0 以外にしか設定できません。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Const DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO As Integer
'使用
Dim value As Integer

value = HResults.DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO
public const int DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO
public:
literal int DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO
static val mutable DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO: int
public const var DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO : int