Compartilhar via


Método AllowedBindingsHelper.GetAllowedBindingTypes (DataItem)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Public Shared Function GetAllowedBindingTypes ( _
    dataItem As DataItem _
) As Type()
'Uso
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[]

Parâmetros

Valor de retorno

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

Consulte também

Referência

AllowedBindingsHelper Classe

Sobrecarregado GetAllowedBindingTypes

Namespace Microsoft.AnalysisServices