此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the allowed binding type associated with the AllowedBindingsHelper class with the specified object and property.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Shared Function GetAllowedBindingTypes ( _
obj As Object, _
property As String _
) As Type()
用法
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[]
参数
- obj
类型:System.Object
The specified object.
- property
类型:System.String
The object property.
返回值
类型:array<System.Type[]
The allowed binding type with the specified object and property.