Sdílet prostřednictvím


ISql100TableTypeUniqueConstraint.ColumnSpecifications – vlastnost

Získá seznam sloupců, které jsou zahrnuty v jedinečné omezení.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100TableTypeUniqueConstraint Rozhraní

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