Proprietà SqlElementDescriptor.ElementType

Ottiene il tipo dell'elemento.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Type

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlElementDescriptor Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel