Condividi tramite


Proprietà IEdmSchemaElement.SchemaElementKind

Ottiene il genere dell'elemento dello schema.

Spazio dei nomi  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
ReadOnly Property SchemaElementKind As EdmSchemaElementKind
    Get
'Utilizzo
Dim instance As IEdmSchemaElement
Dim value As EdmSchemaElementKind

value = instance.SchemaElementKind
EdmSchemaElementKind SchemaElementKind { get; }
property EdmSchemaElementKind SchemaElementKind {
    EdmSchemaElementKind get ();
}
abstract SchemaElementKind : EdmSchemaElementKind
function get SchemaElementKind () : EdmSchemaElementKind

Valore proprietà

Tipo: Microsoft.Data.Edm.EdmSchemaElementKind
Genere dell'elemento dello schema.

Vedere anche

Riferimento

IEdmSchemaElement Interfaccia

Spazio dei nomi Microsoft.Data.Edm