CommandTypes 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表查詢資料來源時可能的查詢指令類型。
public enum class CommandTypes
public enum CommandTypes
type CommandTypes =
Public Enum CommandTypes
- 繼承
-
CommandTypes
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Text | 0 | 使用查詢字串。 |
| StoredProcedure | 1 | 使用預存程式。 |
| TableDirect | 2 | 直接選取資料庫資料表。 |