IEdmStructuredType.DeclaredProperties 속성
즉시 이 형식 내에서 선언된 속성을 가져옵니다.
네임스페이스: Microsoft.Data.Edm
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)
Get
‘사용 방법
Dim instance As IEdmStructuredType
Dim value As IEnumerable(Of IEdmProperty)
value = instance.DeclaredProperties
IEnumerable<IEdmProperty> DeclaredProperties { get; }
property IEnumerable<IEdmProperty^>^ DeclaredProperties {
IEnumerable<IEdmProperty^>^ get ();
}
abstract DeclaredProperties : IEnumerable<IEdmProperty>
function get DeclaredProperties () : IEnumerable<IEdmProperty>
속성 값
유형: System.Collections.Generic.IEnumerable<IEdmProperty>
즉시 이 형식 내에서 선언된 속성입니다.