Condividi tramite


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: String

    Un comando a di esecuzione specifico a un'origine dati.

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

Vedere anche

Riferimenti

IVsDataCommand Interfaccia

Overload Execute

Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities