Compartir a través de


ISqlUserDefinedDataType.Type (Propiedad)

Obtiene o establece el tipo integrado en el que se basa el tipo definido por el usuario.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property Type As ISqlBuiltInType
    Get
    Set
ISqlBuiltInType Type { get; set; }
property ISqlBuiltInType^ Type {
    ISqlBuiltInType^ get ();
    void set (ISqlBuiltInType^ value);
}
abstract Type : ISqlBuiltInType with get, set
function get Type () : ISqlBuiltInType
function set Type (value : ISqlBuiltInType)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlUserDefinedDataType Interfaz

Type (Sobrecarga)

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)