Metodo IVsDataCommand.ExecuteWithoutResults (String, DataCommandType)
Se implementata da una classe, esegue un comando ma non richiede i risultati, anziché restituiscono un intero che indica il risultato della chiamata.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
Function ExecuteWithoutResults ( _
command As String, _
commandType As DataCommandType _
) As Integer
int ExecuteWithoutResults(
string command,
DataCommandType commandType
)
int ExecuteWithoutResults(
String^ command,
DataCommandType commandType
)
abstract ExecuteWithoutResults :
command:string *
commandType:DataCommandType -> int
function ExecuteWithoutResults(
command : String,
commandType : DataCommandType
) : int
Parametri
command
Tipo: StringUn comando a di esecuzione specifico a un'origine dati.
commandType
Tipo: Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandTypeUn valore dall'enumerazione DataCommandType che rappresenta il tipo di comando per il comando indicato, specificando come interpretare il contenuto del parametro command.
Valore restituito
Tipo: Int32
Un codice di stato Integer specifico di DDEX.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Overload ExecuteWithoutResults
Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities