Costruttore ForeignKey
Initializes a new instance of the ForeignKey class.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New
'Utilizzo
Dim instance As New ForeignKey()
public ForeignKey()
public:
ForeignKey()
new : unit -> ForeignKey
public function ForeignKey()
Osservazioni
The default constructor initializes any fields to their default values.
Esempi
Creazione, modifica e rimozione di chiavi esterne
How to: Create, Alter, and Remove a Foreign Key in Visual Basic .NET
Vedere anche