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
- 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.