共用方式為


AllowedBindingsHelper.GetAllowedBindingTypes 方法 (DataItem)

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified data item.

命名空間:  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[]
The allowed type associated with this class.

請參閱

參考

AllowedBindingsHelper 類別

GetAllowedBindingTypes 多載

Microsoft.AnalysisServices 命名空間