ForeignKeyColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ForeignKeyColumn() | |
ForeignKeyColumn(ForeignKey, String) | |
ForeignKeyColumn(ForeignKey, String, String) |
ForeignKeyColumn()
public ForeignKeyColumn ();
Public Sub New ()
Applies to
ForeignKeyColumn(ForeignKey, String)
public ForeignKeyColumn (Microsoft.SqlServer.Management.Smo.ForeignKey foreignKey, string name);
new Microsoft.SqlServer.Management.Smo.ForeignKeyColumn : Microsoft.SqlServer.Management.Smo.ForeignKey * string -> Microsoft.SqlServer.Management.Smo.ForeignKeyColumn
Public Sub New (foreignKey As ForeignKey, name As String)
Parameters
- foreignKey
- ForeignKey
- name
- String
Applies to
ForeignKeyColumn(ForeignKey, String, String)
public ForeignKeyColumn (Microsoft.SqlServer.Management.Smo.ForeignKey foreignKey, string name, string referencedColumn);
new Microsoft.SqlServer.Management.Smo.ForeignKeyColumn : Microsoft.SqlServer.Management.Smo.ForeignKey * string * string -> Microsoft.SqlServer.Management.Smo.ForeignKeyColumn
Public Sub New (foreignKey As ForeignKey, name As String, referencedColumn As String)
Parameters
- foreignKey
- ForeignKey
- name
- String
- referencedColumn
- String