ConstraintName propriété
Obtient ou définit le nom de la contrainte de CLÉ ÉTRANGÈRE.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public Property ConstraintName As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String
Nom de la contrainte de CLÉ ÉTRANGÈRE.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | value est une null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) . |