Freigeben über


UniqueConstraint-Klasse

Model schema container class for UniqueConstraint

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.UniqueConstraint

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class UniqueConstraint
'Usage
public static class UniqueConstraint
public ref class UniqueConstraint abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type UniqueConstraint =  class end
public final class UniqueConstraint

Der UniqueConstraint-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AllowPageLocks AllowPageLocks property class of UniqueConstraint
Öffentliche EigenschaftStatisches Element AllowRowLocks AllowRowLocks property class of UniqueConstraint
Öffentliche EigenschaftStatisches Element Clustered Clustered property class of UniqueConstraint
Öffentliche EigenschaftStatisches Element Columns Columns relationship class of UniqueConstraint
Öffentliche EigenschaftStatisches Element DataCompressionOptions DataCompressionOptions relationship class of UniqueConstraint
Öffentliche EigenschaftStatisches Element Disabled Disabled property class of UniqueConstraint
Öffentliche EigenschaftStatisches Element Filegroup Filegroup relationship class of UniqueConstraint
Öffentliche EigenschaftStatisches Element FileStreamFilegroup FileStreamFilegroup relationship class of UniqueConstraint
Öffentliche EigenschaftStatisches Element FileStreamNull FileStreamNull property class of UniqueConstraint
Öffentliche EigenschaftStatisches Element FileStreamPartitionScheme FileStreamPartitionScheme relationship class of UniqueConstraint
Öffentliche EigenschaftStatisches Element FillFactor FillFactor property class of UniqueConstraint
Öffentliche EigenschaftStatisches Element Host Host relationship class of UniqueConstraint
Öffentliche EigenschaftStatisches Element IgnoreDuplicateKey IgnoreDuplicateKey property class of UniqueConstraint
Öffentliche EigenschaftStatisches Element PartitionColumn PartitionColumn relationship class of UniqueConstraint
Öffentliche EigenschaftStatisches Element PartitionScheme PartitionScheme relationship class of UniqueConstraint
Öffentliche EigenschaftStatisches Element RecomputeStatistics RecomputeStatistics property class of UniqueConstraint
Öffentliche EigenschaftStatisches Element TypeClass Type class for UniqueConstraint
Öffentliche EigenschaftStatisches Element WithPadIndex WithPadIndex property class of UniqueConstraint

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace