Compartir a través de


ForeignKeyCollection.Remove Método (String)

Removes a ForeignKey object from the foreign key collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    name As String _
)
'Uso
Dim instance As ForeignKeyCollection 
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)
public:
void Remove(
    String^ name
)
member Remove : 
        name:string -> unit
public function Remove(
    name : String
)

Parámetros

  • name
    Tipo: System.String
    A String value that specifies the name of foreign key to be removed from the foreign key collection.

Ejemplos

Usar colecciones

Vea también

Referencia

ForeignKeyCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo