RowOrColumnMajor 列挙型

定義

テーブル内のデータが、主に行と列のどちらによって読み取られる必要があるかを指定する値を格納します。

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
継承
RowOrColumnMajor
属性

フィールド

ColumnMajor 1

テーブルのデータが列ごとに読み取られるように指定します。

Indeterminate 2

データが不確定であることを示すのに最適な方法を指定します。

RowMajor 0

テーブルのデータが行ごとに読み取られるように指定します。

適用対象