ServiceClient.AttributeChange メソッド

定義

指定された値で属性を変更すること。

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

このメソッドが返されると、 は演算結果となります。 このパラメーターは初期化されていない状態で渡されます。

返品

変化した属性。

適用対象