SyncSchemaForeignKey.ConstraintName Property

Gets or sets the name of the FOREIGN KEY constraint.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property ConstraintName As String
    Get
    Set
'Usage
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)

Property Value

Type: System.String
The name of the FOREIGN KEY constraint.

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

See Also

Reference

SyncSchemaForeignKey Class

Microsoft.Synchronization.Data Namespace