次の方法で共有


DataItem.AllowedDataTypes プロパティ

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[]
OleDbType 型の配列です。

関連項目

参照

DataItem クラス

Microsoft.AnalysisServices 名前空間