Dela via


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
'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);
}
public function get DBTypeExtension () : Type 
public function set DBTypeExtension (value : Type)

Property Value

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

.NET Framework Security

See Also

Reference

OutputAttribute Class

OutputAttribute Members

Microsoft.Data.Schema.DataGenerator Namespace