Metoda AllowedBindingsHelper.GetAllowedBindingTypes (DataItem)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Shared Function GetAllowedBindingTypes ( _
dataItem As DataItem _
) As Type()
'Użycie
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[]
Parametry
- dataItem
Typ: Microsoft.AnalysisServices.DataItem
Wartość zwracana
Typ: array<System.Type[]