Condividi tramite


Metodo AdoDotNetConnectionSupport.GetCommandType

Converte un valore di enumerazione da DataCommandType nel valore corrispondente nell'enumerazione CommandType.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: CommandType
Valore di enumerazione CommandType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionSupport Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet