Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the restricted OleDbType.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetRestrictedOleDbType ( _
type As Type _
) As OleDbType
'Usage
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
Parameter
- type
Typ: System.Type
The type of the object to get.
Rückgabewert
Typ: System.Data.OleDb.OleDbType
The restricted OleDbType.