AdoDotNetConnectionSupport.GetCommandType(DataCommandType) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Konvertiert einen Enumerationswert von in DataCommandType den entsprechenden Wert in der- CommandType Enumeration.
protected:
static System::Data::CommandType GetCommandType(Microsoft::VisualStudio::Data::Services::SupportEntities::DataCommandType commandType);
protected static System.Data.CommandType GetCommandType (Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType commandType);
static member GetCommandType : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType -> System.Data.CommandType
Protected Shared Function GetCommandType (commandType As DataCommandType) As CommandType
Parameter
- commandType
- DataCommandType
Der zu konvertierende Daten Befehlstyp.
Gibt zurück
Ein CommandType-Enumerationswert.