OutputAttribute.DBTypeExtension Property

Gets or sets the database type extension property.

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

Syntax

'Declaration
Public Property DBTypeExtension As Type
    Get
    Set
'Usage
Dim instance As OutputAttribute
Dim value As Type

value = instance.DBTypeExtension

instance.DBTypeExtension = value
public Type DBTypeExtension { get; set; }
public:
property Type^ DBTypeExtension {
    Type^ get ();
    void set (Type^ value);
}
function get DBTypeExtension () : Type
function set DBTypeExtension (value : Type)
member DBTypeExtension : Type with get, set

Property Value

Type: System.Type
A Type that contains the type extension.

.NET Framework Security

See Also

Reference

OutputAttribute Class

OutputAttribute Members

Microsoft.Data.Schema.DataGenerator Namespace