AttributeChangeResponse 构造函数 (String, Collection<String>, Guid, OperationResult)

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

Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

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

语法

声明
Public Sub New ( _
    DeprecatedAttributeName As String, _
    MemberCodesWithError As Collection(Of String), _
    NewAttributeMuid As Guid, _
    OperationResult As OperationResult _
)
用法
Dim DeprecatedAttributeName As String
Dim MemberCodesWithError As Collection(Of String)
Dim NewAttributeMuid As Guid
Dim OperationResult As OperationResult

Dim instance As New AttributeChangeResponse(DeprecatedAttributeName, _
    MemberCodesWithError, NewAttributeMuid, _
    OperationResult)
public AttributeChangeResponse(
    string DeprecatedAttributeName,
    Collection<string> MemberCodesWithError,
    Guid NewAttributeMuid,
    OperationResult OperationResult
)
public:
AttributeChangeResponse(
    String^ DeprecatedAttributeName, 
    Collection<String^>^ MemberCodesWithError, 
    Guid NewAttributeMuid, 
    OperationResult^ OperationResult
)
new : 
        DeprecatedAttributeName:string * 
        MemberCodesWithError:Collection<string> * 
        NewAttributeMuid:Guid * 
        OperationResult:OperationResult -> AttributeChangeResponse
public function AttributeChangeResponse(
    DeprecatedAttributeName : String, 
    MemberCodesWithError : Collection<String>, 
    NewAttributeMuid : Guid, 
    OperationResult : OperationResult
)

参数

  • DeprecatedAttributeName
    类型:System.String
    The disapproved attribute name.
  • NewAttributeMuid
    类型:System.Guid
    The new attribute muid.

请参阅

参考

AttributeChangeResponse 类

AttributeChangeResponse 重载

Microsoft.MasterDataServices 命名空间