Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Converts the specified object with the specified OleDbType.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function Convert ( _
oleDbType As OleDbType _
) As Type
'Usage
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
Parameter
- oleDbType
Typ: System.Data.OleDb.OleDbType
The type of the object to convert.
Rückgabewert
Typ: System.Type
The Type of the converted object.