ForeignKey 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
ForeignKey() | |
ForeignKey(Table, String) |
ForeignKey()
public ForeignKey ();
Public Sub New ()
Applies to
ForeignKey(Table, String)
public ForeignKey (Microsoft.SqlServer.Management.Smo.Table table, string name);
new Microsoft.SqlServer.Management.Smo.ForeignKey : Microsoft.SqlServer.Management.Smo.Table * string -> Microsoft.SqlServer.Management.Smo.ForeignKey
Public Sub New (table As Table, name As String)
Parameters
- table
- Table
- name
- String