ForeignKey Constructor (Table, String)
Initializes a new instance of the ForeignKey class on the specified table with the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintaxis
'Declaración
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
)
Parámetros
- 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.
Notas
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Ejemplo
How to: Create, Alter, and Remove a Foreign Key in Visual Basic .NET
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
ForeignKey Class
ForeignKey Members
Microsoft.SqlServer.Management.Smo Namespace
Otros recursos
Creating, Altering, and Removing Foreign Keys
Crear y modificar restricciones FOREIGN KEY
CREATE TABLE (Transact-SQL)