Partager via


ISqlBuiltInType.SqlType, propriété

Obtient ou définit le type.

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

Syntaxe

'Déclaration
Property SqlType As SqlType
    Get
    Set
SqlType SqlType { get; set; }
property SqlType SqlType {
    SqlType get ();
    void set (SqlType value);
}
abstract SqlType : SqlType with get, set
function get SqlType () : SqlType
function set SqlType (value : SqlType)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.SqlType

Sécurité .NET Framework

Voir aussi

Référence

ISqlBuiltInType Interface

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