Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the declared type of the record, or null if there is no declared type.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property DeclaredType As IEdmStructuredTypeReference
Get
'Usage
Dim instance As EdmRecordExpression
Dim value As IEdmStructuredTypeReference
value = instance.DeclaredType
public IEdmStructuredTypeReference DeclaredType { get; }
public:
virtual property IEdmStructuredTypeReference^ DeclaredType {
IEdmStructuredTypeReference^ get () sealed;
}
abstract DeclaredType : IEdmStructuredTypeReference
override DeclaredType : IEdmStructuredTypeReference
final function get DeclaredType () : IEdmStructuredTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmStructuredTypeReference
Implements
IEdmRecordExpression.DeclaredType