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.
Changes an attribute with the specified values.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function AttributeChange ( _
International As International, _
Attribute As MetadataAttribute, _
<OutAttribute> ByRef MemberCodesWithError As Collection(Of String), _
<OutAttribute> ByRef NewAttributeMuid As Guid, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As String
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Attribute As MetadataAttribute
Dim MemberCodesWithError As Collection(Of String)
Dim NewAttributeMuid As Guid
Dim OperationResult As OperationResult
Dim returnValue As String
returnValue = instance.AttributeChange(International, _
Attribute, MemberCodesWithError, _
NewAttributeMuid, OperationResult)
public string AttributeChange(
International International,
MetadataAttribute Attribute,
out Collection<string> MemberCodesWithError,
out Guid NewAttributeMuid,
out OperationResult OperationResult
)
public:
String^ AttributeChange(
International^ International,
MetadataAttribute^ Attribute,
[OutAttribute] Collection<String^>^% MemberCodesWithError,
[OutAttribute] Guid% NewAttributeMuid,
[OutAttribute] OperationResult^% OperationResult
)
member AttributeChange :
International:International *
Attribute:MetadataAttribute *
MemberCodesWithError:Collection<string> byref *
NewAttributeMuid:Guid byref *
OperationResult:OperationResult byref -> string
public function AttributeChange(
International : International,
Attribute : MetadataAttribute,
MemberCodesWithError : Collection<String>,
NewAttributeMuid : Guid,
OperationResult : OperationResult
) : String
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Attribute
Typ: Microsoft.MasterDataServices.MetadataAttribute
The attribute to change.
- MemberCodesWithError
Typ: System.Collections.ObjectModel.Collection<String>%
When this method returns, contains a collection of string that represents the member codes that contain an error. This parameter is passed uninitialized.
- NewAttributeMuid
Typ: System.Guid%
When this method returns, contains a GUID that represents the new attribute MUID. This parameter is passed uninitialized.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Rückgabewert
Typ: System.String
The changed attribute.