AllowedBindingsHelper.GetAllowedBindingTypes メソッド (Object, String)

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

指定されたオブジェクトとプロパティを持ち、AllowedBindingsHelper クラスに関連付けられた、許可されたバインドの種類を取得します。

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

構文

'宣言
Public Shared Function GetAllowedBindingTypes ( _
    obj As Object, _
    property As String _
) As Type()
'使用
Dim obj As Object 
Dim property As String 
Dim returnValue As Type()

returnValue = AllowedBindingsHelper.GetAllowedBindingTypes(obj, _
    property)
public static Type[] GetAllowedBindingTypes(
    Object obj,
    string property
)
public:
static array<Type^>^ GetAllowedBindingTypes(
    Object^ obj, 
    String^ property
)
static member GetAllowedBindingTypes : 
        obj:Object * 
        property:string -> Type[] 
public static function GetAllowedBindingTypes(
    obj : Object, 
    property : String
) : Type[]

パラメーター

  • obj
    型: System.Object
    指定されたオブジェクトです。
  • property
    型: System.String
    オブジェクト プロパティです。

戻り値

型: array<System.Type[]
指定されたオブジェクトとプロパティを持つ許可されたバインドの種類です。

関連項目

参照

AllowedBindingsHelper クラス

GetAllowedBindingTypes オーバーロード

Microsoft.AnalysisServices 名前空間