Metodo IVsDataCommand.Execute (String, DataCommandType)
Se implementata da una classe, esegue un comando specificato e restituisce risultati di sola lettura.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
Function Execute ( _
command As String, _
commandType As DataCommandType _
) As IVsDataReader
IVsDataReader Execute(
string command,
DataCommandType commandType
)
IVsDataReader^ Execute(
String^ command,
DataCommandType commandType
)
abstract Execute :
command:string *
commandType:DataCommandType -> IVsDataReader
function Execute(
command : String,
commandType : DataCommandType
) : IVsDataReader
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: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
Un oggetto IVsDataReader, che fornisce un flusso forward-only in sola lettura dall'origine dati.
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
Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities