다음을 통해 공유


SelectExpandNode.GetStructuralProperties 메서드

정의

주의

This public method is not used anymore. It will be removed later.

구조 속성을 다음 두 부분으로 구분합니다.

  1. 복합 및 복합 컬렉션은 중첩된 구조 속성입니다.
  2. 다른 구조 속성은 중첩되지 않은 구조 속성입니다.
[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>

구조 형식의 중첩된 구조 속성입니다.

특성

적용 대상