IgnorePropertiesAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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)。