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 indexed column.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Column As ISql100TableTypeColumn
ISql100TableTypeColumn Column { get; set; }
property ISql100TableTypeColumn^ Column {
ISql100TableTypeColumn^ get ();
void set (ISql100TableTypeColumn^ value);
}
abstract Column : ISql100TableTypeColumn with get, set
function get Column () : ISql100TableTypeColumn
function set Column (value : ISql100TableTypeColumn)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql100TableTypeColumn
.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.