Metodo GetAllowedBindingTypes (Object, String)
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Shared Function GetAllowedBindingTypes ( _
obj As Object, _
property As String _
) As Type()
'Utilizzo
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[]
Valore restituito
Tipo: array<System. . :: . .Type> [] () [] []