ForeignKey Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| ForeignKey() | |
| ForeignKey(Table, String) |
ForeignKey()
public ForeignKey();
Public Sub New ()
Aplica-se a
ForeignKey(Table, String)
public ForeignKey(Microsoft.SqlServer.Management.Smo.Table table, string name);
new Microsoft.SqlServer.Management.Smo.ForeignKey : Microsoft.SqlServer.Management.Smo.Table * string -> Microsoft.SqlServer.Management.Smo.ForeignKey
Public Sub New (table As Table, name As String)
Parâmetros
- table
- Table
- name
- String