ServiceClient.AttributeChange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的值更改属性。
public:
System::String ^ AttributeChange(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::MetadataAttribute ^ Attribute, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<System::String ^> ^ % MemberCodesWithError, [Runtime::InteropServices::Out] Guid % NewAttributeMuid, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public string AttributeChange (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.MetadataAttribute Attribute, out System.Collections.ObjectModel.Collection<string> MemberCodesWithError, out Guid NewAttributeMuid, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.AttributeChange : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.MetadataAttribute * Collection * Guid * OperationResult -> string
Public Function AttributeChange (International As International, Attribute As MetadataAttribute, ByRef MemberCodesWithError As Collection(Of String), ByRef NewAttributeMuid As Guid, ByRef OperationResult As OperationResult) As String
参数
- International
- International
区域性设置。
- Attribute
- MetadataAttribute
要更改的属性。
- MemberCodesWithError
- Collection<String>
在此方法返回时,包含表示包含错误的成员代码的字符串集合。 此参数未经初始化即被传递。
- NewAttributeMuid
- Guid
在此方法返回时,包含表示新的属性 MUID 的 GUID。 此参数未经初始化即被传递。
- OperationResult
- OperationResult
此方法返回时,包含操作结果。 此参数未经初始化即被传递。
返回
更改的属性。