Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- obj
Type : System.Object
The specified object.
- property
Type : System.String
The object property.
Valeur de retour
Type : array<System.Type[]
The allowed binding type with the specified object and property.