다음을 통해 공유


IMutableForeignKeyConstraint.UpdateAction 속성

Gets or sets a ForeignKeyAction value that specifies the action taken when the row that is referenced by the foreign key is updated.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Property UpdateAction As ForeignKeyAction 
    Get 
    Set
‘사용 방법
Dim instance As IMutableForeignKeyConstraint 
Dim value As ForeignKeyAction 

value = instance.UpdateAction

instance.UpdateAction = value
ForeignKeyAction UpdateAction { get; set; }
property ForeignKeyAction UpdateAction {
    ForeignKeyAction get ();
    void set (ForeignKeyAction value);
}
abstract UpdateAction : ForeignKeyAction with get, set
function get UpdateAction () : ForeignKeyAction 
function set UpdateAction (value : ForeignKeyAction)

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.ForeignKeyAction
A ForeignKeyAction value that specifies the action taken when a row that is referenced by the foreign key is deleted.

참고 항목

참조

IMutableForeignKeyConstraint 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스