Partager via


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

Voir aussi

Référence

ISqlUserDefinedDataType Interface

Type, surcharge

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms