Partager via


Méthode OleDbTypeConverter.Convert

Converts the specified object with the specified OleDbType.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared Function Convert ( _
    oleDbType As OleDbType _
) As Type
'Utilisation
Dim oleDbType As OleDbType 
Dim returnValue As Type 

returnValue = OleDbTypeConverter.Convert(oleDbType)
public static Type Convert(
    OleDbType oleDbType
)
public:
static Type^ Convert(
    OleDbType oleDbType
)
static member Convert : 
        oleDbType:OleDbType -> Type
public static function Convert(
    oleDbType : OleDbType
) : Type

Paramètres

Valeur de retour

Type : System.Type
The Type of the converted object.

Voir aussi

Référence

OleDbTypeConverter Classe

Espace de noms Microsoft.AnalysisServices