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

操作結果を指定します。

適用対象