Метод OleDbTypeConverter.GetRestrictedOleDbType
Gets the restricted OleDbType.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Shared Function GetRestrictedOleDbType ( _
type As Type _
) As OleDbType
'Применение
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
Параметры
- type
Тип: System.Type
The type of the object to get.
Возвращаемое значение
Тип: System.Data.OleDb.OleDbType
The restricted OleDbType.