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
commandType
Tipo: Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandTypeIl tipo di comando dati da convertire.
Valore restituito
Tipo: CommandType
Valore di enumerazione CommandType.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetConnectionSupport Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet