GetAllowedBindingTypes 方法 (DataItem)
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: 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[]
参数
- dataItem
类型:Microsoft.AnalysisServices. . :: . .DataItem
返回值
类型:array<System. . :: . .Type> [] () [] []