Condividi tramite


Metodo OleDbTypeConverter.GetRestrictedOleDbType

Gets the restricted OleDbType.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Shared Function GetRestrictedOleDbType ( _
    type As Type _
) As OleDbType
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

OleDbTypeConverter Classe

Spazio dei nomi Microsoft.AnalysisServices