ServiceClient.AttributeChange メソッド

指定された値で属性を変更します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
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
'使用
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

パラメーター

  • MemberCodesWithError
    型: System.Collections.ObjectModel.Collection<String>%
    このメソッドが戻るとき、エラーを含むメンバー コードを表す文字列のコレクションが含まれています。このパラメーターは初期化せずに渡されます。
  • NewAttributeMuid
    型: System.Guid%
    このメソッドが戻るとき、新しい属性の MUID を表す GUID が含まれています。このパラメーターは初期化せずに渡されます。

戻り値

型: System.String
変更された属性。

関連項目

参照

ServiceClient クラス

Microsoft.MasterDataServices 名前空間