다음을 통해 공유


AllowedDataTypes 속성

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

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

구문

‘선언
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.