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.