ForeignKey Constructor
Initializes a new instance of the ForeignKey class.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New
'Uso
Dim instance As New ForeignKey()
public ForeignKey()
public:
ForeignKey()
new : unit -> ForeignKey
public function ForeignKey()
Comentarios
The default constructor initializes any fields to their default values.
Ejemplos
Crear, modificar y eliminar las claves externas
How to: Create, Alter, and Remove a Foreign Key in Visual Basic .NET
Vea también