AllowedBindingsHelper.GetAllowedBindingTypes メソッド (DataItem)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定されたデータ アイテムを持ち、AllowedBindingsHelper クラスに関連付けられた、許可されたバインドの種類を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Shared Function GetAllowedBindingTypes ( _
    dataItem As DataItem _
) As Type()
'使用
Dim dataItem As DataItem 
Dim returnValue As Type()

returnValue = AllowedBindingsHelper.GetAllowedBindingTypes(dataItem)
public static Type[] GetAllowedBindingTypes(
    DataItem dataItem
)
public:
static array<Type^>^ GetAllowedBindingTypes(
    DataItem^ dataItem
)
static member GetAllowedBindingTypes : 
        dataItem:DataItem -> Type[] 
public static function GetAllowedBindingTypes(
    dataItem : DataItem
) : Type[]

パラメーター

戻り値

型: array<System.Type[]
このクラスに関連付けられた、許可されたバインドの種類です。

関連項目

参照

AllowedBindingsHelper クラス

GetAllowedBindingTypes オーバーロード

Microsoft.AnalysisServices 名前空間