Interfaz IPrimaryKeyConstraint
Represents a SQL Server PRIMARY KEY constraint.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IPrimaryKeyConstraint _
Inherits IUniqueConstraintBase, IConstraint, IMetadataObject
'Uso
Dim instance As IPrimaryKeyConstraint
public interface IPrimaryKeyConstraint : IUniqueConstraintBase,
IConstraint, IMetadataObject
public interface class IPrimaryKeyConstraint : IUniqueConstraintBase,
IConstraint, IMetadataObject
type IPrimaryKeyConstraint =
interface
interface IUniqueConstraintBase
interface IConstraint
interface IMetadataObject
end
public interface IPrimaryKeyConstraint extends IUniqueConstraintBase, IConstraint, IMetadataObject
El tipo IPrimaryKeyConstraint expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AssociatedIndex | Gets an object that represents the index that implements the constraint. (Se hereda de IUniqueConstraintBase.) |
![]() |
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)