Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the ForeignKeyColumn class based on the specified foreign key with the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
foreignKey As ForeignKey, _
name As String _
)
'Uso
Dim foreignKey As ForeignKey
Dim name As String
Dim instance As New ForeignKeyColumn(foreignKey, _
name)
public ForeignKeyColumn(
ForeignKey foreignKey,
string name
)
public:
ForeignKeyColumn(
ForeignKey^ foreignKey,
String^ name
)
new :
foreignKey:ForeignKey *
name:string -> ForeignKeyColumn
public function ForeignKeyColumn(
foreignKey : ForeignKey,
name : 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.
Ejemplos
Crear, modificar y eliminar las claves externas
Vea también
Referencia
Sobrecarga de ForeignKeyColumn
Espacio de nombres Microsoft.SqlServer.Management.Smo