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


Метод AllowedBindingsHelper.GetAllowedBindingTypes (Object, String)

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Shared Function GetAllowedBindingTypes ( _
    obj As Object, _
    property As String _
) As Type()
'Применение
Dim obj As Object 
Dim property As String 
Dim returnValue As Type()

returnValue = AllowedBindingsHelper.GetAllowedBindingTypes(obj, _
    property)
public static Type[] GetAllowedBindingTypes(
    Object obj,
    string property
)
public:
static array<Type^>^ GetAllowedBindingTypes(
    Object^ obj, 
    String^ property
)
static member GetAllowedBindingTypes : 
        obj:Object * 
        property:string -> Type[] 
public static function GetAllowedBindingTypes(
    obj : Object, 
    property : String
) : Type[]

Параметры

Возвращаемое значение

Тип: array<System.Type[]
The allowed binding type with the specified object and property.

См. также

Справочник

AllowedBindingsHelper Класс

Перегрузка GetAllowedBindingTypes

Пространство имен Microsoft.AnalysisServices