FKConstraint Class
Class representing the information for a given foreign-key constraint.
Inheritance Hierarchy
System.Object
Microsoft.SqlServerCe.Management.Scripting.Schema.Constraint
Microsoft.SqlServerCe.Management.Scripting.Schema.FKConstraint
Namespace: Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly: Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)
Syntax
'Declaration
Public Class FKConstraint _
Inherits Constraint
'Usage
Dim instance As FKConstraint
public class FKConstraint : Constraint
public ref class FKConstraint : public Constraint
type FKConstraint =
class
inherit Constraint
end
public class FKConstraint extends Constraint
The FKConstraint type exposes the following members.
Properties
Name | Description | |
---|---|---|
Columns | Gets the list of columns participating for a given constraint. (inherited from Constraint) | |
ConstraintType | Gets the type of constraint the Constraint represents. (inherited from Constraint) | |
DeleteRule | Gets or sets the rule for deleting the foreign key constraint. | |
Name | Gets the constraint name of the specified Constraint object. (inherited from Constraint) | |
ReferencedColumns | Gets a list of columns from the unique constraint table participating in this foreign-key relationship. | |
ReferencedTable | Gets the name of the unique constraint table participating in this foreign-key relationship. | |
TableName | Get the table name for the specified Constraint object.. (inherited from Constraint) | |
UniqueConstraintName | Gets or sets the unique constraint name for the foreign key constraint. | |
UpdateRule | Gets or sets the rule for updating the foreign key constraint. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.