Interface IUniqueConstraint
Represents a SQL Server UNIQUE constraint.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Interface IUniqueConstraint _
Inherits IUniqueConstraintBase, IConstraint, IMetadataObject
'Uso
Dim instance As IUniqueConstraint
public interface IUniqueConstraint : IUniqueConstraintBase,
IConstraint, IMetadataObject
public interface class IUniqueConstraint : IUniqueConstraintBase,
IConstraint, IMetadataObject
type IUniqueConstraint =
interface
interface IUniqueConstraintBase
interface IConstraint
interface IMetadataObject
end
public interface IUniqueConstraint extends IUniqueConstraintBase, IConstraint, IMetadataObject
O tipo IUniqueConstraint expõe os membros a seguir.
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
AssociatedIndex | Gets an object that represents the index that implements the constraint. (Herdado de IUniqueConstraintBase.) |
![]() |
IsSystemNamed | Gets a value that indicates whether the constraint is named by the system or by the user. (Herdado de IConstraint.) |
![]() |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) |
![]() |
Parent | Gets the ITabular object that is the parent of this object. (Herdado de IConstraint.) |
![]() |
Type | Gets a ConstraintType value that indicates the constraint type. (Herdado de IConstraint.) |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) |
Início
.gif)
.gif)