SqlUniqueConstraint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class SqlUniqueConstraint : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlUniqueConstraintBase
type SqlUniqueConstraint = class
inherit SqlUniqueConstraintBase
Public Class SqlUniqueConstraint
Inherits SqlUniqueConstraintBase
- Inheritance
Properties
| BoundObject | (Inherited from SqlCodeObject) |
| Children | (Inherited from SqlUniqueConstraintBase) |
| ClusterOption | (Inherited from SqlUniqueConstraintBase) |
| EndLocation | (Inherited from SqlCodeObject) |
| IndexedColumns | (Inherited from SqlUniqueConstraintBase) |
| IndexOptions | (Inherited from SqlUniqueConstraintBase) |
| IsSqlCodeSnippet | (Inherited from SqlCodeObject) |
| Length | (Inherited from SqlCodeObject) |
| Name | (Inherited from SqlConstraint) |
| Parent | (Inherited from SqlCodeObject) |
| Position | (Inherited from SqlCodeObject) |
| Sql | (Inherited from SqlCodeObject) |
| StartLocation | (Inherited from SqlCodeObject) |
| Statement | (Inherited from SqlCodeObject) |
| TokenManager | (Inherited from SqlCodeObject) |
| Tokens | (Inherited from SqlCodeObject) |
| Type | (Inherited from SqlConstraint) |
| Xml | (Inherited from SqlCodeObject) |
Methods
Explicit Interface Implementations
| ISqlTableElement.AsColumnDefinition | (Inherited from SqlUniqueConstraintBase) |
| ISqlTableElement.AsConstraint | (Inherited from SqlUniqueConstraintBase) |
| ISqlTableElement.AsTemporalPeriodDefinition | (Inherited from SqlUniqueConstraintBase) |
| ISqlTableElement.IsColumnDefinition | (Inherited from SqlUniqueConstraintBase) |
| ISqlTableElement.IsConstraint | (Inherited from SqlUniqueConstraintBase) |
| ISqlTableElement.IsTemporalPeriodDefinition | (Inherited from SqlUniqueConstraintBase) |