Proprietà EdmCollectionExpression.DeclaredType
Ottiene o imposta il tipo dichiarato della raccolta.
Spazio dei nomi Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Property DeclaredType As IEdmTypeReference
Get
Set
'Utilizzo
Dim instance As EdmCollectionExpression
Dim value As IEdmTypeReference
value = instance.DeclaredType
instance.DeclaredType = value
public IEdmTypeReference DeclaredType { get; set; }
public:
virtual property IEdmTypeReference^ DeclaredType {
IEdmTypeReference^ get () sealed;
void set (IEdmTypeReference^ value) sealed;
}
abstract DeclaredType : IEdmTypeReference with get, set
override DeclaredType : IEdmTypeReference with get, set
final function get DeclaredType () : IEdmTypeReference
final function set DeclaredType (value : IEdmTypeReference)
Valore proprietà
Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo dichiarato della raccolta.
Implementa
IEdmCollectionExpression.DeclaredType