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 the declared type of the collection, 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 IEdmTypeReference
Get
'Usage
Dim instance As IEdmCollectionExpression
Dim value As IEdmTypeReference
value = instance.DeclaredType
IEdmTypeReference DeclaredType { get; }
property IEdmTypeReference^ DeclaredType {
IEdmTypeReference^ get ();
}
abstract DeclaredType : IEdmTypeReference
function get DeclaredType () : IEdmTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmTypeReference