AttributeChangeResponse.MemberCodesWithError 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the collection of codes with error.

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property MemberCodesWithError As ICollection(Of String)
    Get 
    Set
用法
Dim instance As AttributeChangeResponse 
Dim value As ICollection(Of String)

value = instance.MemberCodesWithError

instance.MemberCodesWithError = value
[MessageBodyMemberAttribute]
public ICollection<string> MemberCodesWithError { get; set; }
[MessageBodyMemberAttribute]
public:
property ICollection<String^>^ MemberCodesWithError {
    ICollection<String^>^ get ();
    void set (ICollection<String^>^ value);
}
[<MessageBodyMemberAttribute>]
member MemberCodesWithError : ICollection<string> with get, set
function get MemberCodesWithError () : ICollection<String>
function set MemberCodesWithError (value : ICollection<String>)

属性值

类型:System.Collections.Generic.ICollection<String>
The collection of codes with error.

请参阅

参考

AttributeChangeResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间