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 命名空间