Condividi tramite


Proprietà IEdmStructuredType.DeclaredProperties

Ottiene le proprietà dichiarate immediatamente nel tipo.

Spazio dei nomi  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
ReadOnly Property DeclaredProperties As IEnumerable(Of IEdmProperty)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IEdmProperty>
Proprietà dichiarate immediatamente nel tipo.

Vedere anche

Riferimento

IEdmStructuredType Interfaccia

Spazio dei nomi Microsoft.Data.Edm