Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULBulkCopyColumnMapping クラス

 

DestinationColumn プロパティ

マッピングされる送信先データベース・テーブルのカラムの名前を指定します。

構文
Visual Basic
Public Property DestinationColumn As String
C#
public string  DestinationColumn { get; set; }
プロパティ値

送信先テーブルのカラムの名前を指定する文字列。DestinationOrdinal に優先度がない場合は NULL 参照 (Visual Basic の Nothing)。

備考

DestinationColumn プロパティと DestinationOrdinal プロパティは、相互に排他的です。直前に設定された値が優先されます。

DestinationColumn プロパティを設定すると、DestinationOrdinal プロパティは -1 に設定されます。DestinationOrdinal プロパティを設定すると、DestinationColumn プロパティは NULL 参照 (Visual Basic の Nothing) に設定されます。

DestinationColumn を NULL または空の文字列に設定すると、エラーになります。

参照