Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the declared type of the record, or null if there is no declared type.
Namespace: Microsoft.Data.Edm.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DeclaredType As IEdmStructuredTypeReference
Get
'Usage
Dim instance As IEdmRecordExpression
Dim value As IEdmStructuredTypeReference
value = instance.DeclaredType
IEdmStructuredTypeReference DeclaredType { get; }
property IEdmStructuredTypeReference^ DeclaredType {
IEdmStructuredTypeReference^ get ();
}
abstract DeclaredType : IEdmStructuredTypeReference
function get DeclaredType () : IEdmStructuredTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmStructuredTypeReference
The declared type of the record, or null if there is no declared type.