IVsDataCommand.Execute, méthode (String, DataCommandType)
Une fois implémentée par une classe, exécute une commande spécifiée et retourne des résultats en lecture seule.
Espace de noms : Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
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
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 : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
Un objet d' IVsDataReader , qui fournit un flux avant uniquement en lecture seule de la source de données.
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