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 specifier.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property TypeSpecifier As ITypeSpecifier
'Usage
Dim instance As IColumn
Dim value As ITypeSpecifier
value = instance.TypeSpecifier
instance.TypeSpecifier = value
ITypeSpecifier TypeSpecifier { get; set; }
property ITypeSpecifier^ TypeSpecifier {
ITypeSpecifier^ get ();
void set (ITypeSpecifier^ value);
}
function get TypeSpecifier () : ITypeSpecifier
function set TypeSpecifier (value : ITypeSpecifier)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.Abstract.ITypeSpecifier
Returns a ITypeSpecifier.
.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.