Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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). |