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[]

매개 변수

반환 값

유형: array<System.Type[]
The allowed binding type with the specified object and property.

참고 항목

참조

AllowedBindingsHelper 클래스

GetAllowedBindingTypes 오버로드

Microsoft.AnalysisServices 네임스페이스