Sdílet prostřednictvím


IVsDataCommand.Execute – metoda (String, DataCommandType)

Při provádění třídou provede zadaný příkaz a vrátí výsledky jen pro čtení.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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

Parametry

  • command
    Typ: System.String
    Příkaz ke spuštění konkrétního zdroje dat.

Vrácená hodnota

Typ: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
IVsDataReader Objekt, který obsahuje pouze pro předávání, jen pro čtení datový proud ze zdroje dat.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataCommand Rozhraní

Execute – přetížení

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů