DeleteAction 属性

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property DeleteAction As ForeignKeyAction
    Get
用法
Dim instance As IForeignKeyConstraint
Dim value As ForeignKeyAction

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