Proprietà ISqlTypeSpecifier.Type
Ottiene o imposta il tipo di base.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Property Type As ISqlType
Get
Set
ISqlType Type { get; set; }
property ISqlType^ Type {
ISqlType^ get ();
void set (ISqlType^ value);
}
abstract Type : ISqlType with get, set
function get Type () : ISqlType
function set Type (value : ISqlType)
Valore proprietà
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlType
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.