Partager via


IVsDataCommand.Prepare, méthode (String, DataCommandType, array<IVsDataParameter[])

Une fois implémentée par une classe, prépare la commande spécifiée dans la source de données à exécuter ; la commande peut ensuite être exécuté plusieurs fois, avec diverses paramètres.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function Prepare ( _
    command As String, _
    commandType As DataCommandType, _
    parameters As IVsDataParameter() _
) As String
string Prepare(
    string command,
    DataCommandType commandType,
    IVsDataParameter[] parameters
)
String^ Prepare(
    String^ command, 
    DataCommandType commandType, 
    array<IVsDataParameter^>^ parameters
)
abstract Prepare : 
        command:string * 
        commandType:DataCommandType * 
        parameters:IVsDataParameter[] -> string
function Prepare(
    command : String, 
    commandType : DataCommandType, 
    parameters : IVsDataParameter[]
) : String

Paramètres

  • command
    Type : String

    Une commande d'exécution spécifique à une source de données.

Valeur de retour

Type : String
Un identificateur de la commande préparée que vous pouvez ensuite passer à l' Execute ou méthodes d' ExecuteWithoutResults à l'aide de la commande tapez Prepared.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataCommand Interface

Prepare, surcharge

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms