Compartir a través de


SyncSchemaForeignKey.ConstraintName Propiedad

Obtiene o establece el nombre de la restricción FOREIGN KEY.

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

Sintaxis

'Declaración
Public Property ConstraintName As String
'Uso
Dim instance As SyncSchemaForeignKey
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);
}
/** @property */
public String get_ConstraintName ()

/** @property */
public void set_ConstraintName (String value)
public function get ConstraintName () : String

public function set ConstraintName (value : String)

Valor de la propiedad

Nombre de la restricción FOREIGN KEY.

Vea también

Referencia

SyncSchemaForeignKey Clase
SyncSchemaForeignKey Miembros
Microsoft.Synchronization.Data Espacio de nombres