ISqlColumn.Defaults Property

Gets a list of defaults.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Defaults As IList(Of ISqlDefaultConstraint)
    Get
'Usage
Dim instance As ISqlColumn
Dim value As IList(Of ISqlDefaultConstraint)

value = instance.Defaults
IList<ISqlDefaultConstraint> Defaults { get; }
property IList<ISqlDefaultConstraint^>^ Defaults {
    IList<ISqlDefaultConstraint^>^ get ();
}
function get Defaults () : IList<ISqlDefaultConstraint>
abstract Defaults : IList<ISqlDefaultConstraint>

Property Value

Type: System.Collections.Generic.IList<ISqlDefaultConstraint>

.NET Framework Security

See Also

Reference

ISqlColumn Interface

ISqlColumn Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace