AllowedBindingsHelper.GetAllowedBindingTypes-Methode (Object, String)
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property.
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[]
Parameter
- obj
Typ: System.Object
The specified object.
- property
Typ: System.String
The object property.
Rückgabewert
Typ: array<System.Type[]
The allowed binding type with the specified object and property.