Proprietà ISqlBuiltInType.SqlType

Ottiene o imposta il tipo.

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

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlBuiltInType Interfaccia

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