Costruttore ForeignKey (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 _
)
'Utilizzo
Dim table As Table 
Dim name As String 

Dim instance As New ForeignKey(table, name)
public ForeignKey(
    Table table,
    string name
)
public:
ForeignKey(
    Table^ table, 
    String^ name
)
new : 
        table:Table * 
        name:string -> ForeignKey
public function ForeignKey(
    table : Table, 
    name : String
)

Parametri

Esempi

Creazione, modifica e rimozione di chiavi esterne

Vedere anche

Riferimento

ForeignKey Classe

Overload ForeignKey

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Creazione e modifica di vincoli FOREIGN KEY

CREATE TABLE (Transact-SQL)