GetRestrictedOleDbType méthode
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Shared Function GetRestrictedOleDbType ( _
type As Type _
) As OleDbType
'Utilisation
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
Paramètres
- type
Type : System. . :: . .Type
Valeur de retour
Voir aussi