Partager via


SqlElementDescriptor.ElementType, propriété

Obtient le type de l'élément.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Type

Sécurité .NET Framework

Voir aussi

Référence

SqlElementDescriptor Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms