Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the data in the column.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property TypeSpecifier As IDatabaseTypeSpecifier
IDatabaseTypeSpecifier TypeSpecifier { get; set; }
property IDatabaseTypeSpecifier^ TypeSpecifier {
IDatabaseTypeSpecifier^ get ();
void set (IDatabaseTypeSpecifier^ value);
}
abstract TypeSpecifier : IDatabaseTypeSpecifier with get, set
function get TypeSpecifier () : IDatabaseTypeSpecifier
function set TypeSpecifier (value : IDatabaseTypeSpecifier)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseTypeSpecifier
.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.