Partilhar via


Método OleDbTypeConverter.GetRestrictedOleDbType

Gets the restricted OleDbType.

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

Sintaxe

'Declaração
Public Shared Function GetRestrictedOleDbType ( _
    type As Type _
) As OleDbType
'Uso
Dim type As Type 
Dim returnValue As OleDbType 

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

Parâmetros

  • type
    Tipo: System.Type
    The type of the object to get.

Valor de retorno

Tipo: System.Data.OleDb.OleDbType
The restricted OleDbType.

Consulte também

Referência

OleDbTypeConverter Classe

Namespace Microsoft.AnalysisServices