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.