Metodo IVsDataCommand.Execute (String, DataCommandType, array<IVsDataParameter[])
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, _
parameters As IVsDataParameter() _
) As IVsDataReader
IVsDataReader Execute(
string command,
DataCommandType commandType,
IVsDataParameter[] parameters
)
IVsDataReader^ Execute(
String^ command,
DataCommandType commandType,
array<IVsDataParameter^>^ parameters
)
abstract Execute :
command:string *
commandType:DataCommandType *
parameters:IVsDataParameter[] -> IVsDataReader
function Execute(
command : String,
commandType : DataCommandType,
parameters : IVsDataParameter[]
) : 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.
parameters
Tipo: array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]Una matrice di oggetti DataParameter per il tipo specificato il comando. Sebbene questo è un parametro di input, il provider di DDEX può inoltre impostare le proprietà dell'utente attiva e nei parametri di valore restituito.
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