IVsDataCommand.Prepare, méthode (String, DataCommandType)
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 _
) As String
string Prepare(
string command,
DataCommandType commandType
)
String^ Prepare(
String^ command,
DataCommandType commandType
)
abstract Prepare :
command:string *
commandType:DataCommandType -> string
function Prepare(
command : String,
commandType : DataCommandType
) : String
Paramètres
command
Type : StringUne commande d'exécution spécifique à une source de données.
commandType
Type : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandTypeUne valeur de l'énumération d' DataCommandType représentant le type de commande pour l'ordre indiqué, spécifiant comment interpréter le contenu du paramètre d' command .
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms