OleDbTypeConverter.GetRestrictedOleDbType Method (Type)

 

Applies To: SQL Server 2016 Preview

Gets the restricted OleDbType.

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

Syntax

public static OleDbType GetRestrictedOleDbType(
    Type type
)
public:
static OleDbType GetRestrictedOleDbType(
    Type^ type
)
static member GetRestrictedOleDbType : 
        type:Type -> OleDbType
Public Shared Function GetRestrictedOleDbType (
    type As Type
) As OleDbType

Parameters

  • type
    Type: System.Type

    The type of the object to get.

Return Value

Type: System.Data.OleDb.OleDbType

The restricted OleDbType.

See Also

OleDbTypeConverter Class
Microsoft.AnalysisServices Namespace

Return to top