IVsDataCommand.ExecuteWithoutResults 方法 (String)
當由類別實作時,執行命令,但不要求結果,而是傳回表示呼叫的結果整數。
命名空間: Microsoft.VisualStudio.Data.Services.SupportEntities
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Function ExecuteWithoutResults ( _
command As String _
) As Integer
int ExecuteWithoutResults(
string command
)
int ExecuteWithoutResults(
String^ command
)
abstract ExecuteWithoutResults :
command:string -> int
function ExecuteWithoutResults(
command : String
) : int
參數
command
類型:String物件是針對資料來源執行的命令。
傳回值
類型:Int32
DDEX 提供者特定的整數狀態碼。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。