RowOrColumnMajor 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブル内のデータが、主に行と列のどちらによって読み取られる必要があるかを指定する値を格納します。
public enum class RowOrColumnMajor
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")]
public enum RowOrColumnMajor
public enum RowOrColumnMajor
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("15fdf2e2-9847-41cd-95dd-510612a025ea")>]
type RowOrColumnMajor =
type RowOrColumnMajor =
Public Enum RowOrColumnMajor
- 継承
- 属性
フィールド
ColumnMajor | 1 | テーブルのデータが列ごとに読み取られるように指定します。 |
Indeterminate | 2 | データが不確定であることを示すのに最適な方法を指定します。 |
RowMajor | 0 | テーブルのデータが行ごとに読み取られるように指定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET