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.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Column As ISql100TableTypeColumn
'Usage
Dim instance As ISql100TableTypeIndexedColumnSpecification
Dim value As ISql100TableTypeColumn
value = instance.Column
instance.Column = value
ISql100TableTypeColumn Column { get; set; }
property ISql100TableTypeColumn^ Column {
ISql100TableTypeColumn^ get ();
void set (ISql100TableTypeColumn^ value);
}
function get Column () : ISql100TableTypeColumn
function set Column (value : ISql100TableTypeColumn)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.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.
See Also
Reference
ISql100TableTypeIndexedColumnSpecification Interface