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
このメソッドが戻るとき、操作結果が含まれています。 このパラメーターは初期化せずに渡されます。
戻り値
変更された属性。