Dela via


ISqlColumn.Defaults Property

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)
'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>

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