GetAllowedBindingTypes-Methode (Object, String)
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetAllowedBindingTypes ( _
obj As Object, _
property As String _
) As Type()
'Usage
Dim obj As Object
Dim property As String
Dim returnValue As Type()
returnValue = AllowedBindingsHelper.GetAllowedBindingTypes(obj, _
property)
public static Type[] GetAllowedBindingTypes(
Object obj,
string property
)
public:
static array<Type^>^ GetAllowedBindingTypes(
Object^ obj,
String^ property
)
static member GetAllowedBindingTypes :
obj:Object *
property:string -> Type[]
public static function GetAllowedBindingTypes(
obj : Object,
property : String
) : Type[]
Rückgabewert
Typ: array<System. . :: . .Type> [] () [] []