AdoDotNetConnectionSupport.GetCommandType(DataCommandType) Methode

Definition

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

CommandType

Ein CommandType-Enumerationswert.

Gilt für