Compartir a través de


ConstraintName Propiedad

Obtiene o establece el nombre de la restricción de clave externa.

Espacio de nombres:  Microsoft.Synchronization.Data
Ensamblado:  Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)

Sintaxis

'Declaración
Public Property ConstraintName As String
    Get
    Set
'Uso
Dim instance As DbSyncForeignKeyConstraint
Dim value As String

value = instance.ConstraintName

instance.ConstraintName = value
public string ConstraintName { get; set; }
public:
property String^ ConstraintName {
    String^ get ();
    void set (String^ value);
}
member ConstraintName : string with get, set
function get ConstraintName () : String
function set ConstraintName (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
Nombre de la restricción de clave externa.

Vea también

Referencia

DbSyncForeignKeyConstraint Clase

DbSyncForeignKeyConstraint Miembros

Microsoft.Synchronization.Data Espacio de nombres