Interfaz IUniqueConstraintBase
Base interface for UNIQUE and PRIMARY KEY constraints.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IUniqueConstraintBase _
Inherits IConstraint, IMetadataObject
'Uso
Dim instance As IUniqueConstraintBase
public interface IUniqueConstraintBase : IConstraint,
IMetadataObject
public interface class IUniqueConstraintBase : IConstraint,
IMetadataObject
type IUniqueConstraintBase =
interface
interface IConstraint
interface IMetadataObject
end
public interface IUniqueConstraintBase extends IConstraint, IMetadataObject
El tipo IUniqueConstraintBase expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AssociatedIndex | Gets an object that represents the index that implements the constraint. |
![]() |
IsSystemNamed | Gets a value that indicates whether the constraint is named by the system or by the user. (Se hereda de IConstraint.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
Parent | Gets the ITabular object that is the parent of this object. (Se hereda de IConstraint.) |
![]() |
Type | Gets a ConstraintType value that indicates the constraint type. (Se hereda de IConstraint.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)