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

指定應該逐列讀取資料表中的資料。

適用於