AttributeChangeResponse クラス

定義

属性が変更されたときの応答を表します。

public ref class AttributeChangeResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AttributeChangeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AttributeChangeResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AttributeChangeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeChangeResponse = class
Public Class AttributeChangeResponse
継承
AttributeChangeResponse
属性

コンストラクター

名前 説明
AttributeChangeResponse()

AttributeChangeResponse クラスの新しいインスタンスを初期化します。

AttributeChangeResponse(String, Collection<String>, Guid, OperationResult)

指定された非推奨属性名、エラー付きメンバーコード、新しい属性muid、操作結果を含んだ AttributeChangeResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
DeprecatedAttributeName

不承認の属性名を指定します。

MemberCodesWithError

エラーを含むメンバーコードを指定します。

NewAttributeMuid

新しい属性muidを指定します。

OperationResult

演算結果を指定します。

適用対象