IgnorePropertiesAttribute 构造函数 (array<String[])

初始化 IgnorePropertiesAttribute 类的新实例。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public Sub New ( _
    ParamArray propertyNames As String() _
)
用法
Dim propertyNames As String()

Dim instance As New IgnorePropertiesAttribute(propertyNames)
public IgnorePropertiesAttribute(
    params string[] propertyNames
)
public:
IgnorePropertiesAttribute(
    ... array<String^>^ propertyNames
)
new : 
        propertyNames:string[] -> IgnorePropertiesAttribute
public function IgnorePropertiesAttribute(
    ... propertyNames : String[]
)

参数

  • propertyNames
    类型:array<System.String[]
    包含属性或要具有属性的字符串值。

请参阅

参考

IgnorePropertiesAttribute 类

IgnorePropertiesAttribute 重载

System.Data.Services 命名空间