Constructeur ForeignKey
Initializes a new instance of the ForeignKey class.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New
'Utilisation
Dim instance As New ForeignKey()
public ForeignKey()
public:
ForeignKey()
new : unit -> ForeignKey
public function ForeignKey()
Notes
The default constructor initializes any fields to their default values.
Exemples
Création, modification et suppression de clés étrangères
How to: Create, Alter, and Remove a Foreign Key in Visual Basic .NET
Voir aussi