Freigeben über


IEdmAssertTypeExpression.Type-Eigenschaft

Ruft den zugesicherten Typ ab.

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

Syntax

'Declaration
ReadOnly Property Type As IEdmTypeReference
    Get
'Usage
Dim instance As IEdmAssertTypeExpression
Dim value As IEdmTypeReference

value = instance.Type
IEdmTypeReference Type { get; }
property IEdmTypeReference^ Type {
    IEdmTypeReference^ get ();
}
abstract Type : IEdmTypeReference
function get Type () : IEdmTypeReference

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmTypeReference
Der zugesicherte Typ.

Siehe auch

Verweis

IEdmAssertTypeExpression Schnittstelle

Microsoft.Data.Edm.Expressions-Namespace