Freigeben über


IEdmStructuredType.FindProperty-Methode

Sucht mit dem angegebenen Namen in diesem Typ und allen Basistypen nach einer strukturellen oder einer Navigationseigenschaft und gibt NULL zurück, wenn keine solche Eigenschaft vorhanden ist.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Function FindProperty ( _
    name As String _
) As IEdmProperty
'Usage
Dim instance As IEdmStructuredType
Dim name As String
Dim returnValue As IEdmProperty

returnValue = instance.FindProperty(name)
IEdmProperty FindProperty(
    string name
)
IEdmProperty^ FindProperty(
    String^ name
)
abstract FindProperty : 
        name:string -> IEdmProperty 
function FindProperty(
    name : String
) : IEdmProperty

Parameter

Rückgabewert

Typ: Microsoft.Data.Edm.IEdmProperty
Die angeforderte Eigenschaft oder NULL, wenn keine solche Eigenschaft vorhanden ist.

Siehe auch

Verweis

IEdmStructuredType Schnittstelle

Microsoft.Data.Edm-Namespace