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 value term with the specified annotation.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function ValueTerm ( _
annotation As IEdmValueAnnotation _
) As IEdmValueTerm
'Usage
Dim annotation As IEdmValueAnnotation
Dim returnValue As IEdmValueTerm
returnValue = annotation.ValueTerm()
public static IEdmValueTerm ValueTerm(
this IEdmValueAnnotation annotation
)
[ExtensionAttribute]
public:
static IEdmValueTerm^ ValueTerm(
IEdmValueAnnotation^ annotation
)
static member ValueTerm :
annotation:IEdmValueAnnotation -> IEdmValueTerm
public static function ValueTerm(
annotation : IEdmValueAnnotation
) : IEdmValueTerm
Parameters
- annotation
Type: Microsoft.Data.Edm.Annotations.IEdmValueAnnotation
The value annotation.
Return Value
Type: Microsoft.Data.Edm.IEdmValueTerm
The value term.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmValueAnnotation. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.103) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.103).