ForeignKeyColumn Class
Represents a foreign key column within a database.
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.DatabaseManager.ForeignKeyColumn
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Class ForeignKeyColumn
'Usage
Dim instance As ForeignKeyColumn
public class ForeignKeyColumn
public ref class ForeignKeyColumn
public class ForeignKeyColumn
The ForeignKeyColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ForeignKeyColumn | Creates a new instance of the ForeignKeyColumn class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets or sets the name for a foreign key column. |
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
Fields
Name | Description | |
---|---|---|
![]() ![]() |
NameIndex | Returns the name index for a foreign key column. |
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.