Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Model schema container class for ForeignKeyConstraint
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.ForeignKeyConstraint
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class ForeignKeyConstraint
'Usage
public static class ForeignKeyConstraint
public ref class ForeignKeyConstraint abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ForeignKeyConstraint = class end
public final class ForeignKeyConstraint
The ForeignKeyConstraint type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
Columns | Columns relationship class of ForeignKeyConstraint |
![]() ![]() |
DeleteAction | DeleteAction property class of ForeignKeyConstraint |
![]() ![]() |
Disabled | Disabled property class of ForeignKeyConstraint |
![]() ![]() |
ForeignColumns | ForeignColumns relationship class of ForeignKeyConstraint |
![]() ![]() |
ForeignTable | ForeignTable relationship class of ForeignKeyConstraint |
![]() ![]() |
Host | Host relationship class of ForeignKeyConstraint |
![]() ![]() |
NotForReplication | NotForReplication property class of ForeignKeyConstraint |
![]() ![]() |
TypeClass | Type class for ForeignKeyConstraint |
![]() ![]() |
UpdateAction | UpdateAction property class of ForeignKeyConstraint |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.