ISqlTypeSpecifier.Type, propriété
Obtient ou définit le type de base.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlType
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.