Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Converts the specified object with the specified OleDbType.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Shared Function Convert ( _
oleDbType As OleDbType _
) As Type
'Uso
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
Parámetros
- oleDbType
Tipo: System.Data.OleDb.OleDbType
The type of the object to convert.
Valor devuelto
Tipo: System.Type
The Type of the converted object.