SelectExpandNode.GetStructuralProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This public method is not used anymore. It will be removed later.
구조 속성을 다음 두 부분으로 구분합니다.
- 복합 및 복합 컬렉션은 중첩된 구조 속성입니다.
- 다른 구조 속성은 중첩되지 않은 구조 속성입니다.
[System.Obsolete("This public method is not used anymore. It will be removed later.")]
public static void GetStructuralProperties (Microsoft.OData.Edm.IEdmStructuredType structuredType, System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> structuralProperties, System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> nestedStructuralProperties);
[<System.Obsolete("This public method is not used anymore. It will be removed later.")>]
static member GetStructuralProperties : Microsoft.OData.Edm.IEdmStructuredType * System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> * System.Collections.Generic.HashSet<Microsoft.OData.Edm.IEdmStructuralProperty> -> unit
Public Shared Sub GetStructuralProperties (structuredType As IEdmStructuredType, structuralProperties As HashSet(Of IEdmStructuralProperty), nestedStructuralProperties As HashSet(Of IEdmStructuralProperty))
매개 변수
- structuredType
- IEdmStructuredType
리소스의 구조적 유형입니다.
- structuralProperties
- HashSet<IEdmStructuralProperty>
구조 형식의 중첩되지 않은 구조 속성입니다.
- nestedStructuralProperties
- HashSet<IEdmStructuralProperty>
구조 형식의 중첩된 구조 속성입니다.
- 특성