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
Public method ForeignKeyColumn Creates a new instance of the ForeignKeyColumn class.

Top

Properties

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

Top

Methods

  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.)

Top

Fields

  Name Description
Public fieldStatic member 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.

See Also

Reference

Microsoft.Web.Management.DatabaseManager Namespace