Konstruktor ForeignKey (Table, String)
Inicjuje nowe wystąpienie ForeignKey klasy w określonej tabela z określonej nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub New ( _
table As Table, _
name As String _
)
'Użycie
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
)
Parametry
- table
Typ: Microsoft.SqlServer.Management.Smo.Table
A Table wartość obiektu, który określa tabela, na których należy utworzyć klucz obcy.
- name
Typ: System.String
A String wartość, która określa nazwę klucz obcy.