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
- 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.