ForeignKey Class
Represents a foreign key within a database.
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.DatabaseManager.ForeignKey
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Class ForeignKey
'Usage
Dim instance As ForeignKey
public class ForeignKey
public ref class ForeignKey
public class ForeignKey
The ForeignKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ForeignKey | Creates a new instance of the ForeignKey class. |
Top
Properties
Name | Description | |
---|---|---|
FKColumns | Retrieves a list of foreign key columns. | |
FKTableName | Gets or sets the table name for a foreign key. | |
FKTableSchema | Gets or sets the schema table name for a foreign key. | |
IsMarkedForDelete | Gets or sets a value that indicates whether the foreign key is marked for deletion. | |
IsNew | Gets or sets a value that indicates whether the foreign key is new. | |
Name | Gets or sets a value that specifies the name of the foreign key. | |
OriginalName | Gets or sets a value that specifies the original name of the foreign key. | |
PKColumns | Gets a list of primary key columns. | |
PKTableName | Gets or sets the table name of the primary key. | |
PKTableSchema | Gets or sets the schema table name of the primary key. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChanges | Returns a value that indicates whether the foreign key has changes pending. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.