Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
DeprecatedAttributeName As String, _
MemberCodesWithError As Collection(Of String), _
NewAttributeMuid As Guid, _
OperationResult As OperationResult _
)
'Usage
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
)
Parameter
- DeprecatedAttributeName
Typ: System.String
The disapproved attribute name.
- MemberCodesWithError
Typ: System.Collections.ObjectModel.Collection<String>
The member codes that contain an error.
- NewAttributeMuid
Typ: System.Guid
The new attribute muid.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The operation result.
Siehe auch
Verweis
AttributeChangeResponse Klasse