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 命名空間