다음을 통해 공유


DataItem.AllowedDataTypes 속성

Gets an array with the allowed data types as defined in OLEDB.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Shared ReadOnly Property AllowedDataTypes As OleDbType()
    Get
‘사용 방법
Dim value As OleDbType()

value = DataItem.AllowedDataTypes
public static OleDbType[] AllowedDataTypes { get; }
public:
static property array<OleDbType>^ AllowedDataTypes {
    array<OleDbType>^ get ();
}
static member AllowedDataTypes : OleDbType[]
static function get AllowedDataTypes () : OleDbType[]

속성 값

유형: array<System.Data.OleDb.OleDbType[]
An array of OleDbType types.

참고 항목

참조

DataItem 클래스

Microsoft.AnalysisServices 네임스페이스