Freigeben über


AllowedBindingsHelper.GetAllowedBindingTypes-Methode (DataItem)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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[]

Parameter

Rückgabewert

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

Siehe auch

Verweis

AllowedBindingsHelper Klasse

GetAllowedBindingTypes-Überladung

Microsoft.AnalysisServices-Namespace