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 column for which this is the default.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ForColumn As ISql100TableTypeSimpleColumn
ISql100TableTypeSimpleColumn ForColumn { get; set; }
property ISql100TableTypeSimpleColumn^ ForColumn {
ISql100TableTypeSimpleColumn^ get ();
void set (ISql100TableTypeSimpleColumn^ value);
}
abstract ForColumn : ISql100TableTypeSimpleColumn with get, set
function get ForColumn () : ISql100TableTypeSimpleColumn
function set ForColumn (value : ISql100TableTypeSimpleColumn)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql100TableTypeSimpleColumn
.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.