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 | 指定應該逐列讀取資料表中的資料。 |