GetAllowedBindingTypes méthode (DataItem)
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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
- dataItem
Type : Microsoft.AnalysisServices. . :: . .DataItem
Valeur de retour
Type : array<System. . :: . .Type> [] () [] []