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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.