AllowedBindingsHelper.GetAllowedBindingTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetAllowedBindingTypes(Object, String) |
Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property. |
GetAllowedBindingTypes(DataItem) |
Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified data item. |
GetAllowedBindingTypes(Object, String)
Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property.
public static Type[] GetAllowedBindingTypes (object obj, string property);
static member GetAllowedBindingTypes : obj * string -> Type[]
Public Shared Function GetAllowedBindingTypes (obj As Object, property As String) As Type()
Parameters
- obj
- Object
The specified object.
- property
- String
The object property.
Returns
The allowed binding type with the specified object and property.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.
Applies to
GetAllowedBindingTypes(DataItem)
Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified data item.
public static Type[] GetAllowedBindingTypes (Microsoft.AnalysisServices.DataItem dataItem);
static member GetAllowedBindingTypes : Microsoft.AnalysisServices.DataItem -> Type[]
Public Shared Function GetAllowedBindingTypes (dataItem As DataItem) As Type()
Parameters
- dataItem
- DataItem
The data item.
Returns
The allowed binding type with the specified data item.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.