ISqlUserDefinedDataType.Type, propriété
Obtient ou définit le type intégré sur lequel le type défini par l'utilisateur est basé.
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 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)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlBuiltInType
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.