次の方法で共有


IVsDataCommand.ExecuteWithoutResults Method

When implemented by a class, executes a command but does not request results, instead returning an integer indicating the outcome of the call.

Overload List

  Name Description
Public method ExecuteWithoutResults(String) When implemented by a class, executes a command but does not request results, instead returning an integer indicating the outcome of the call.
Public method ExecuteWithoutResults(String, DataCommandType) When implemented by a class, executes a command but does not request results, instead returning an integer indicating the outcome of the call.
Public method ExecuteWithoutResults(String, DataCommandType, []) When implemented by a class, executes a command, optionally with parameters, but does not request results, instead returning an integer indicating the outcome of the call.
Public method ExecuteWithoutResults(String, DataCommandType, [], Int32) When implemented by a class, executes a command, optionally with parameters, but does not request results, instead returning an integer indicating the outcome of the call.

Top

See Also

Reference

IVsDataCommand Interface

IVsDataCommand Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace