ForeignKeyConstraint Class

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
Public propertyStatic member Columns Columns relationship class of ForeignKeyConstraint
Public propertyStatic member DeleteAction DeleteAction property class of ForeignKeyConstraint
Public propertyStatic member Disabled Disabled property class of ForeignKeyConstraint
Public propertyStatic member ForeignColumns ForeignColumns relationship class of ForeignKeyConstraint
Public propertyStatic member ForeignTable ForeignTable relationship class of ForeignKeyConstraint
Public propertyStatic member Host Host relationship class of ForeignKeyConstraint
Public propertyStatic member NotForReplication NotForReplication property class of ForeignKeyConstraint
Public propertyStatic member TypeClass Type class for ForeignKeyConstraint
Public propertyStatic member 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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace