Sdílet prostřednictvím


ISqlColumn.Defaults – vlastnost

Získá seznam výchozí omezení, které odkazují na tento sloupec.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
ReadOnly Property Defaults As IList(Of ISqlDefaultConstraint)
    Get
IList<ISqlDefaultConstraint> Defaults { get; }
property IList<ISqlDefaultConstraint^>^ Defaults {
    IList<ISqlDefaultConstraint^>^ get ();
}
abstract Defaults : IList<ISqlDefaultConstraint>
function get Defaults () : IList<ISqlDefaultConstraint>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlColumn Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů