Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
データソース内のソースカラムの序数位置を指定します。
Public Property SourceOrdinal As Integer
public int SourceOrdinal {get;set;}
データソースのカラムの順序を指定する整数。プロパティが設定されていない場合は -1。
SourceColumn プロパティと SourceOrdinal プロパティは、相互に排他的です。直前に設定された値が優先されます。
SourceColumn プロパティを設定すると、SourceOrdinal プロパティは -1 に設定されます。SourceOrdinal プロパティを設定すると、SourceColumn プロパティは NULL 参照 (Visual Basic の Nothing) に設定されます。