AllowedBindingsHelper.GetAllowedBindingTypes 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetAllowedBindingTypes(Object, String) |
지정한 개체와 속성을 사용하여 AllowedBindingsHelper 클래스와 연결된 허용되는 바인딩 형식을 가져옵니다. |
GetAllowedBindingTypes(DataItem) |
지정한 데이터 항목을 사용하여 AllowedBindingsHelper 클래스와 연결된 허용되는 바인딩 형식을 가져옵니다. |
GetAllowedBindingTypes(Object, String)
지정한 개체와 속성을 사용하여 AllowedBindingsHelper 클래스와 연결된 허용되는 바인딩 형식을 가져옵니다.
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()
매개 변수
- obj
- Object
지정된 개체입니다.
- property
- String
개체 속성입니다.
반환
Type[]
지정한 개체 및 속성을 사용하는 허용되는 바인딩 유형입니다.
설명
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
적용 대상
GetAllowedBindingTypes(DataItem)
지정한 데이터 항목을 사용하여 AllowedBindingsHelper 클래스와 연결된 허용되는 바인딩 형식을 가져옵니다.
public static Type[] GetAllowedBindingTypes (Microsoft.AnalysisServices.DataItem dataItem);
static member GetAllowedBindingTypes : Microsoft.AnalysisServices.DataItem -> Type[]
Public Shared Function GetAllowedBindingTypes (dataItem As DataItem) As Type()
매개 변수
- dataItem
- DataItem
데이터 항목입니다.
반환
Type[]
지정한 데이터 항목이 있는 허용되는 바인딩 형식입니다.
설명
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.