xSQL.Schema.SqlServer Namespace : SqlPrimaryKey Class |
The following tables list the members exposed by SqlPrimaryKey.
Name | Description | |
---|---|---|
![]() | SqlPrimaryKey Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | BucketCount | Gets or sets the bucket count property for an hash index. |
![]() | CanBeFileStreamConstraint | Gets or sets the value that indicates whether the primary key can be used as a constraint for the table filestream. |
![]() | Columns | Gets the collection of columns that participate in the index. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | DataCompression | Gets or sets the index data compression. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | FileGroup | Gets or sets the filegroup in which the primary key is created. |
![]() | FileStreamFileGroup | Gets or sets the filestream filegroup for the primary key. |
![]() | FileStreamPartitionScheme | Gets or sets the filestream partition scheme for the primary key. |
![]() | FillFactor | Gets or sets the index fill factor. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | FullName | Gets the full name of the entity formatted as schema.name. If the entity has no schema, only the name is returned. (Inherited from xSQL.Schema.Core.Entity) |
![]() | FullNameDelimited | Gets the delimited full name for the entity formatted as [schema].[name]. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | FullyQualifyingName | Gets the fully-qualifying name of the index. The name is formatted as parent_name.index_name. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | FullyQualifyingNameDelimited | Gets the fully-qualifying name of the index. The name is formatted as [parent_name].[index_name] (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | Id | Gets or sets a unique id for the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | IsClustered | Gets or sets the value that indicates whether the primary key is clustered. |
![]() | IsComputed | Gets or sets the value that indicates whether the primary key contains at least one computed column. |
![]() | IsHashIndex | Gets or sets the value that indicates whether the index created to support the primary key is a hash index. |
![]() | IsPadded | Gets or sets the value that indicates whether the PAD_INDEX is ON. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | IsPageLockEnabled | Gets or sets the value that indicates whether the ALLOW_PAGE_LOCKS is ON. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | IsPartitioned | Gets or sets the value that indicates whether the primary key is partitioned. |
![]() | IsRowLockEnabled | Gets or sets the value the indicates whether the ALLOW_ROW_LOCKS is ON. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | Name | Gets or sets the name of the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | NoAutomaticStatsRecompute | Gets or sets the value that indicates whether the STATISTICS_NORECOMPUTE is ON. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
![]() | Parent | Gets the parent entity of this entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | PartitionColumn | Gets or sets the partition column for the primary key. |
![]() | PartitionScheme | Gets or sets the partition scheme for the primary key. |
![]() | Schema | Gets or set the entity schema. (Inherited from xSQL.Schema.Core.Entity) |
![]() | SqlDatabase | Gets the SqlDatabase to which the entity belongs. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | SqlEntityType | Gets the type of the entity. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | SqlExtendedProperties | Gets the collection of extended properties that belong to the index. (Inherited from xSQL.Schema.SqlServer.IndexBase) |
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Returns true if this instance of the SqlScriptableEntity class is equal to the other object, which should also be an instance of SqlScriptableEntity class. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | GetScript | Returns the T-SQL script for this entity with the specified scripting options. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | ToString | Returns the full name of the entity. (Inherited from xSQL.Schema.Core.Entity) |