IEdmEntityType.DeclaredKey 屬性
取得構成實體索引鍵之實體型別的結構化屬性。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)
Get
'用途
Dim instance As IEdmEntityType
Dim value As IEnumerable(Of IEdmStructuralProperty)
value = instance.DeclaredKey
IEnumerable<IEdmStructuralProperty> DeclaredKey { get; }
property IEnumerable<IEdmStructuralProperty^>^ DeclaredKey {
IEnumerable<IEdmStructuralProperty^>^ get ();
}
abstract DeclaredKey : IEnumerable<IEdmStructuralProperty>
function get DeclaredKey () : IEnumerable<IEdmStructuralProperty>
屬性值
型別:System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
實體型別的結構化屬性。