Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
マッピングされる送信先データベーステーブルのカラムの名前を指定します。
Public Property DestinationColumn As String
public string DestinationColumn {get;set;}
送信先テーブルのカラムの名前を指定する文字列。DestinationOrdinal プロパティに優先度がない場合は NULL 参照 (Visual Basic の Nothing)。
DestinationColumn プロパティと DestinationOrdinal プロパティは、相互に排他的です。直前に設定された値が優先されます。
DestinationColumn プロパティを設定すると、DestinationOrdinal プロパティは -1 に設定されます。DestinationOrdinal プロパティを設定すると、DestinationColumn プロパティは NULL 参照 (Visual Basic の Nothing) に設定されます。
DestinationColumn プロパティを NULL または空の文字列に設定すると、エラーになります。