다음을 통해 공유


UpdateAction 속성

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

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

구문

‘선언
ReadOnly Property UpdateAction As ForeignKeyAction
    Get
‘사용 방법
Dim instance As IForeignKeyConstraint
Dim value As ForeignKeyAction

value = instance.UpdateAction
ForeignKeyAction UpdateAction { get; }
property ForeignKeyAction UpdateAction {
    ForeignKeyAction get ();
}
abstract UpdateAction : ForeignKeyAction
function get UpdateAction () : 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.