SqlElementDescriptor.ElementType (Propiedad)
Obtiene el tipo del elemento.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
Public Property ElementType As Type
Get
Set
public Type ElementType { get; set; }
public:
property Type^ ElementType {
Type^ get ();
void set (Type^ value);
}
member ElementType : Type with get, set
function get ElementType () : Type
function set ElementType (value : Type)
Valor de propiedad
Tipo: System.Type
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.