Freigeben über


ISql100TableTypeUniqueConstraint.ColumnSpecifications-Eigenschaft

Ruft die Liste der Spalten ab, die in der eindeutigen Einschränkung enthalten sind.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100TableTypeUniqueConstraint Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace