Propriedade ISql100TableTypeUniqueConstraint.ColumnSpecifications
Obtém a lista de colunas que estão incluídos na restrição exclusiva.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: System.Collections.Generic.IList<ISql100TableTypeIndexedColumnSpecification>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.