Поделиться через


Метод 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