Share via


OutputAttribute.DBTypeExtension Property

Gets or sets the database type extension property.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property DBTypeExtension As Type
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)

Property Value

Type: System.Type
The extension type that is associated with the attribute.

.NET Framework Security

See Also

Reference

OutputAttribute Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace