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[]
包含屬性化屬性的字串值。