OleDbTypeConverter.Convert Method (OleDbType)

 

Applies To: SQL Server 2016 Preview

Converts the specified object with the specified OleDbType.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public static Type Convert(
    OleDbType oleDbType
)
public:
static Type^ Convert(
    OleDbType oleDbType
)
static member Convert : 
        oleDbType:OleDbType -> Type
Public Shared Function Convert (
    oleDbType As OleDbType
) As Type

Parameters

Return Value

Type: System.Type

The Type of the converted object.

See Also

OleDbTypeConverter Class
Microsoft.AnalysisServices Namespace

Return to top