Partilhar via


Propriedade ISqlBuiltInType.SqlType

Obtém ou define o tipo.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlBuiltInType Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel