Partilhar via


Propriedade SqlElementDescriptor.ElementType

Obtém o tipo do elemento.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Type

Segurança do .NET Framework

Consulte também

Referência

SqlElementDescriptor Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel