Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the return type of this function.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property ReturnType As IEdmTypeReference
Get
'Usage
Dim instance As IEdmFunctionBase
Dim value As IEdmTypeReference
value = instance.ReturnType
IEdmTypeReference ReturnType { get; }
property IEdmTypeReference^ ReturnType {
IEdmTypeReference^ get ();
}
abstract ReturnType : IEdmTypeReference
function get ReturnType () : IEdmTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmTypeReference
The return type of this function.