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 collection.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property DeclaredType As IEdmTypeReference
Get
'Usage
Dim instance As EdmCollectionExpression
Dim value As IEdmTypeReference
value = instance.DeclaredType
public IEdmTypeReference DeclaredType { get; }
public:
virtual property IEdmTypeReference^ DeclaredType {
IEdmTypeReference^ get () sealed;
}
abstract DeclaredType : IEdmTypeReference
override DeclaredType : IEdmTypeReference
final function get DeclaredType () : IEdmTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmTypeReference
The declared type of the collection.
Implements
IEdmCollectionExpression.DeclaredType