ForeignKey Constructor (Table, String)
Initializes a new instance of the ForeignKey class on the specified table with the specified name.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
table As Table, _
name As String _
)
public ForeignKey (
Table table,
string name
)
public:
ForeignKey (
Table^ table,
String^ name
)
public ForeignKey (
Table table,
String name
)
public function ForeignKey (
table : Table,
name : String
)
Parametri
- table
A Table object value that specifies the table on which to create the foreign key.
- name
A String value that specifies the name of the foreign key.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempio
How to: Create, Alter, and Remove a Foreign Key in Visual Basic .NET
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ForeignKey Class
ForeignKey Members
Microsoft.SqlServer.Management.Smo Namespace
Altre risorse
Creating, Altering, and Removing Foreign Keys
Creazione e modifica di vincoli FOREIGN KEY
CREATE TABLE (Transact-SQL)