Construtor ForeignKeyColumn (ForeignKey, String, String)
Initializes a new instance of the ForeignKeyColumn class based on the specified foreign key with the specified name, which references the specified column.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New ( _
foreignKey As ForeignKey, _
name As String, _
referencedColumn As String _
)
'Uso
Dim foreignKey As ForeignKey
Dim name As String
Dim referencedColumn As String
Dim instance As New ForeignKeyColumn(foreignKey, _
name, referencedColumn)
public ForeignKeyColumn(
ForeignKey foreignKey,
string name,
string referencedColumn
)
public:
ForeignKeyColumn(
ForeignKey^ foreignKey,
String^ name,
String^ referencedColumn
)
new :
foreignKey:ForeignKey *
name:string *
referencedColumn:string -> ForeignKeyColumn
public function ForeignKeyColumn(
foreignKey : ForeignKey,
name : String,
referencedColumn : String
)
Parâmetros
- foreignKey
Tipo: Microsoft.SqlServer.Management.Smo.ForeignKey
A ForeignKey object on which to base the new instance.
- name
Tipo: System.String
A String value that specifies the name of the column.
- referencedColumn
Tipo: System.String
A String value that specifies the referenced column.
Exemplos
Criando, alterando e removendo chaves estrangeiras
Consulte também
Referência
Sobrecarregado ForeignKeyColumn
Namespace Microsoft.SqlServer.Management.Smo