AllowedBindingsHelper.GetAllowedBindingTypes 方法 (Object, String)
此 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.