Compartir a través de


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
    Get
    Set
'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);
}
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 FOREIGN KEY.

Excepciones

Excepción Condición
ArgumentNullException

value es un valor null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). .

Vea también

Referencia

SyncSchemaForeignKey Clase

SyncSchemaForeignKey Miembros

Microsoft.Synchronization.Data Espacio de nombres