Méthode AllowedBindingsHelper.GetAllowedBindingTypes (Object, String)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared Function GetAllowedBindingTypes ( _
    obj As Object, _
    property As String _
) As Type()
'Utilisation
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[]

Paramètres

Valeur de retour

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

Voir aussi

Référence

AllowedBindingsHelper Classe

Surcharge GetAllowedBindingTypes

Espace de noms Microsoft.AnalysisServices