Share via


AllowedBindingsHelper.GetAllowedBindingTypes Method (DataItem)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified data item.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Shared Function GetAllowedBindingTypes ( _
    dataItem As DataItem _
) As Type()
'Usage
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[]

Parameters

Return Value

Type: array<System.Type[]
The allowed type associated with this class.

See Also

Reference

AllowedBindingsHelper Class

GetAllowedBindingTypes Overload

Microsoft.AnalysisServices Namespace