AllowedBindingsHelper.GetAllowedBindingTypes Method (Object, String)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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[]
Parameters
- obj
Type: System.Object
The specified object.
- property
Type: System.String
The object property.
Return Value
Type: array<System.Type[]
The allowed binding type with the specified object and property.