Condividi tramite


Metodo AllowedBindingsHelper.GetAllowedBindingTypes (Object, String)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property.

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[]

Parametri

Valore restituito

Tipo: array<System.Type[]
The allowed binding type with the specified object and property.

Vedere anche

Riferimento

AllowedBindingsHelper Classe

Overload GetAllowedBindingTypes

Spazio dei nomi Microsoft.AnalysisServices