GetAllowedBindingTypes 方法 (DataItem)
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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> [] () [] []