Compartir a través de


AttributeChangeResponse Constructor (String, Collection<String>, Guid, OperationResult)

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
Public Sub New ( _
    DeprecatedAttributeName As String, _
    MemberCodesWithError As Collection(Of String), _
    NewAttributeMuid As Guid, _
    OperationResult As OperationResult _
)
'Uso
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
)

Parámetros

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

Vea también

Referencia

AttributeChangeResponse Clase

Sobrecarga de AttributeChangeResponse

Espacio de nombres Microsoft.MasterDataServices