다음을 통해 공유


EdmProperty(IEdmStructuredType, String, IEdmTypeReference) 생성자

정의

EdmProperty 클래스의 새 인스턴스를 초기화합니다.

protected EdmProperty (Microsoft.OData.Edm.IEdmStructuredType declaringType, string name, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.Edm.EdmProperty : Microsoft.OData.Edm.IEdmStructuredType * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmProperty
Protected Sub New (declaringType As IEdmStructuredType, name As String, type As IEdmTypeReference)

매개 변수

declaringType
IEdmStructuredType

이 속성을 선언하는 형식입니다.

name
String

속성의 이름입니다.

type
IEdmTypeReference

속성의 형식입니다.

적용 대상