Condividi tramite


Metodo AllowedBindingsHelper.GetAllowedBindingTypes (DataItem)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Parametri

Valore restituito

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

Vedere anche

Riferimento

AllowedBindingsHelper Classe

Overload GetAllowedBindingTypes

Spazio dei nomi Microsoft.AnalysisServices