PrimaryKeyConstraint Class
Model schema container class for PrimaryKeyConstraint
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.PrimaryKeyConstraint
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class PrimaryKeyConstraint
'Usage
public static class PrimaryKeyConstraint
public ref class PrimaryKeyConstraint abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PrimaryKeyConstraint = class end
public final class PrimaryKeyConstraint
The PrimaryKeyConstraint type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
AllowPageLocks | AllowPageLocks property class of PrimaryKeyConstraint |
![]() ![]() |
AllowRowLocks | AllowRowLocks property class of PrimaryKeyConstraint |
![]() ![]() |
Clustered | Clustered property class of PrimaryKeyConstraint |
![]() ![]() |
Columns | Columns relationship class of PrimaryKeyConstraint |
![]() ![]() |
DataCompressionOptions | DataCompressionOptions relationship class of PrimaryKeyConstraint |
![]() ![]() |
Disabled | Disabled property class of PrimaryKeyConstraint |
![]() ![]() |
Filegroup | Filegroup relationship class of PrimaryKeyConstraint |
![]() ![]() |
FileStreamFilegroup | FileStreamFilegroup relationship class of PrimaryKeyConstraint |
![]() ![]() |
FileStreamNull | FileStreamNull property class of PrimaryKeyConstraint |
![]() ![]() |
FileStreamPartitionScheme | FileStreamPartitionScheme relationship class of PrimaryKeyConstraint |
![]() ![]() |
FillFactor | FillFactor property class of PrimaryKeyConstraint |
![]() ![]() |
Host | Host relationship class of PrimaryKeyConstraint |
![]() ![]() |
IgnoreDuplicateKey | IgnoreDuplicateKey property class of PrimaryKeyConstraint |
![]() ![]() |
PartitionColumn | PartitionColumn relationship class of PrimaryKeyConstraint |
![]() ![]() |
PartitionScheme | PartitionScheme relationship class of PrimaryKeyConstraint |
![]() ![]() |
RecomputeStatistics | RecomputeStatistics property class of PrimaryKeyConstraint |
![]() ![]() |
TypeClass | Type class for PrimaryKeyConstraint |
![]() ![]() |
WithPadIndex | WithPadIndex property class of PrimaryKeyConstraint |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.