Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeletedAttribute 类

定义

应用于类型成员的属性以指定它表示__deleted系统属性。

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public class DeletedAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type DeletedAttribute = class
    inherit Attribute
Public Class DeletedAttribute
Inherits Attribute
继承
DeletedAttribute
属性

构造函数

DeletedAttribute()

初始化 DeletedAttribute 类的新实例。

适用于