Edit

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

Method Type Name Description
Public method ForeignKeyColumn Creates a new instance of the ForeignKeyColumn class.

Properties

Property Type Name Description
Public property Name Gets or sets the name for a foreign key column.

Methods

Method Type Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Fields

Field Type Name Description
Public fieldStatic member NameIndex Returns the name index for a foreign key column.

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.Web.Management.DatabaseManager Namespace