共用方式為


IVsDataCommand 介面

定義

表示在數據源上建置或衍生參數、準備、衍生架構及執行命令的能力。

public interface class IVsDataCommand
[Microsoft.VisualStudio.Data.Core.DataClientObject("44B66758-3C1C-40ce-BEE4-5DBDA7293387")]
public interface IVsDataCommand
[<Microsoft.VisualStudio.Data.Core.DataClientObject("44B66758-3C1C-40ce-BEE4-5DBDA7293387")>]
type IVsDataCommand = interface
Public Interface IVsDataCommand
衍生
屬性

方法

CreateParameter()

由類別實作時,建立可傳遞至下列其中一個方法的參數物件: DeriveSchema(String, DataCommandType, IVsDataParameter[], Int32)Execute(String, DataCommandType, IVsDataParameter[], Int32)ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[], Int32)

DeriveParameters(String)

由類別實作時,衍生可為指定命令指定的參數。

DeriveParameters(String, DataCommandType)

由類別實作時,衍生可為指定命令指定的參數。

DeriveParameters(String, DataCommandType, Int32)

由類別實作時,衍生可為指定命令指定的參數。

DeriveSchema(String)

由類別實作時,衍生從指定命令傳回的架構。 架構指出數據讀取器中的專案和區塊配置。

DeriveSchema(String, DataCommandType)

由類別實作時,衍生從指定命令傳回的架構。 架構指出數據讀取器中的專案和區塊配置。

DeriveSchema(String, DataCommandType, IVsDataParameter[])

由類別實作時,衍生從指定命令傳回的架構。 架構指出數據讀取器中的專案和區塊配置。

DeriveSchema(String, DataCommandType, IVsDataParameter[], Int32)

由類別實作時,衍生從指定命令傳回的架構。 架構指出數據讀取器中的專案和區塊配置。

Execute(String)

由類別實作時,執行指定的命令並傳回只讀結果。

Execute(String, DataCommandType)

由類別實作時,執行指定的命令並傳回只讀結果。

Execute(String, DataCommandType, IVsDataParameter[])

由類別實作時,執行指定的命令並傳回只讀結果。

Execute(String, DataCommandType, IVsDataParameter[], Int32)

由類別實作時,執行指定的命令並傳回只讀結果。

ExecuteWithoutResults(String)

由類別實作時,執行命令但不要求結果,而是傳回整數,指出呼叫的結果。

ExecuteWithoutResults(String, DataCommandType)

由類別實作時,執行命令但不要求結果,而是傳回整數,指出呼叫的結果。

ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[])

由類別實作時,會選擇性地使用參數來執行命令,但不會要求結果,而是傳回整數,指出呼叫的結果。

ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[], Int32)

由類別實作時,會選擇性地使用參數來執行命令,但不會要求結果,而是傳回整數,指出呼叫的結果。

Prepare(String)

由類別實作時,在要執行的數據源上準備指定的命令;然後,命令可能會執行多次,並具有不同的參數。

Prepare(String, DataCommandType)

由類別實作時,在要執行的數據源上準備指定的命令;然後,命令可能會執行多次,並具有不同的參數。

Prepare(String, DataCommandType, IVsDataParameter[])

由類別實作時,在要執行的數據源上準備指定的命令;然後,命令可能會執行多次,並具有不同的參數。

Prepare(String, DataCommandType, IVsDataParameter[], Int32)

由類別實作時,在要執行的數據源上準備指定的命令;然後,命令可能會執行多次,並具有不同的參數。

適用於