Partager via


OutputDescriptor.DBTypeExtension, propriété

Obtient ou définit la propriété d'extension de type de base de données.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
Public Property DBTypeExtension As Type
    Get
    Set
public Type DBTypeExtension { get; set; }
public:
property Type^ DBTypeExtension {
    Type^ get ();
    void set (Type^ value);
}
member DBTypeExtension : Type with get, set
function get DBTypeExtension () : Type
function set DBTypeExtension (value : Type)

Valeur de propriété

Type : System.Type
Type de l'extension.

Sécurité .NET Framework

Voir aussi

Référence

OutputDescriptor Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms