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 schema element kind of this term.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property SchemaElementKind As EdmSchemaElementKind
Get
'Usage
Dim instance As EdmValueTerm
Dim value As EdmSchemaElementKind
value = instance.SchemaElementKind
public EdmSchemaElementKind SchemaElementKind { get; }
public:
virtual property EdmSchemaElementKind SchemaElementKind {
EdmSchemaElementKind get () sealed;
}
abstract SchemaElementKind : EdmSchemaElementKind
override SchemaElementKind : EdmSchemaElementKind
final function get SchemaElementKind () : EdmSchemaElementKind
Property Value
Type: Microsoft.Data.Edm.EdmSchemaElementKind
The schema element kind of this term.
Implements
IEdmSchemaElement.SchemaElementKind