Freigeben über


AdoDotNetConnectionSupport.GetCommandType-Methode

Konvertiert einen Enumerationswert von DataCommandType auf den entsprechenden Wert in der CommandType-Enumeration.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Shared Function GetCommandType ( _
    commandType As DataCommandType _
) As CommandType
protected static CommandType GetCommandType(
    DataCommandType commandType
)
protected:
static CommandType GetCommandType(
    DataCommandType commandType
)
static member GetCommandType : 
        commandType:DataCommandType -> CommandType
protected static function GetCommandType(
    commandType : DataCommandType
) : CommandType

Parameter

Rückgabewert

Typ: CommandType
Ein CommandType-Enumerationswert.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetConnectionSupport Klasse

Microsoft.VisualStudio.Data.Framework.AdoDotNet-Namespace