ConstraintName プロパティ

外部キー制約の名前を取得または設定します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public Property ConstraintName As String
    Get
    Set
'使用
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)

プロパティ値

型 : System. . :: . .String
外部キー制約の名前。

例外

例外 条件
ArgumentNullException

value が null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) です。

参照

参照

SyncSchemaForeignKeyクラス

SyncSchemaForeignKey メンバー

Microsoft.Synchronization.Data 名前空間