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