Interface IUniqueConstraintBase
Base interface for UNIQUE and PRIMARY KEY constraints.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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
O tipo IUniqueConstraintBase expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. (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