DataAsyncCommand.OnExecuteWithoutResults(String, DataCommandType, IVsDataParameter[], Int32) Метод

Определение

Отправляет асинхронную операцию EXECUTE-без-Results синхронному ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[], Int32) вызову метода.

protected:
 virtual int OnExecuteWithoutResults(System::String ^ command, Microsoft::VisualStudio::Data::Services::SupportEntities::DataCommandType commandType, cli::array <Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataParameter ^> ^ parameters, int commandTimeout);
protected virtual int OnExecuteWithoutResults (string command, Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType commandType, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[] parameters, int commandTimeout);
abstract member OnExecuteWithoutResults : string * Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType * Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[] * int -> int
override this.OnExecuteWithoutResults : string * Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType * Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[] * int -> int
Protected Overridable Function OnExecuteWithoutResults (command As String, commandType As DataCommandType, parameters As IVsDataParameter(), commandTimeout As Integer) As Integer

Параметры

command
String

Команда, для которой формируется схема.

commandType
DataCommandType

Значение из перечисления, DataCommandType представляющее тип команды для указанной команды. Значение определяет способ интерпретации содержимого command параметра.

parameters
IVsDataParameter[]

Список параметров для передачи с помощью команды.

commandTimeout
Int32

Количество времени в секундах, по истечении которого команда истечет время ожидания.

Возвращаемое значение

Int32

Код состояния целого числа, относящегося к поставщику DDEX.

Применяется к