IgnorePropertiesAttribute 建構函式

定義

初始化 IgnorePropertiesAttribute 類別的新執行個體。

多載

IgnorePropertiesAttribute(String)

初始化 IgnorePropertiesAttribute 類別的新執行個體。

IgnorePropertiesAttribute(String[])

初始化 IgnorePropertiesAttribute 類別的新執行個體。

IgnorePropertiesAttribute(String)

初始化 IgnorePropertiesAttribute 類別的新執行個體。

public:
 IgnorePropertiesAttribute(System::String ^ propertyName);
public IgnorePropertiesAttribute (string propertyName);
new System.Data.Services.IgnorePropertiesAttribute : string -> System.Data.Services.IgnorePropertiesAttribute
Public Sub New (propertyName As String)

參數

propertyName
String

字串值,包含已屬性化 (Attribute) 的屬性 (Property)。

適用於

IgnorePropertiesAttribute(String[])

初始化 IgnorePropertiesAttribute 類別的新執行個體。

public:
 IgnorePropertiesAttribute(... cli::array <System::String ^> ^ propertyNames);
public IgnorePropertiesAttribute (params string[] propertyNames);
new System.Data.Services.IgnorePropertiesAttribute : string[] -> System.Data.Services.IgnorePropertiesAttribute
Public Sub New (ParamArray propertyNames As String())

參數

propertyNames
String[]

字串值,包含已屬性化 (Attribute) 的屬性 (Property)。

適用於