IEdmSchemaElement.SchemaElementKind Propiedad
Obtiene la clase de este elemento de esquema.
Espacio de nombres: Microsoft.Data.Edm
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
ReadOnly Property SchemaElementKind As EdmSchemaElementKind
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.Data.Edm.EdmSchemaElementKind
La clase de este elemento de esquema.