Compartir a través de


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

Vea también

Referencia

SqlElementDescriptor Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)