Méthode AllowedBindingsHelper.GetAllowedBindingTypes (DataItem)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared Function GetAllowedBindingTypes ( _
    dataItem As DataItem _
) As Type()
'Utilisation
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[]

Paramètres

Valeur de retour

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

Voir aussi

Référence

AllowedBindingsHelper Classe

Surcharge GetAllowedBindingTypes

Espace de noms Microsoft.AnalysisServices