この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定された非推奨の属性名、エラーを含むメンバー コード、新しい属性の MUID、および操作結果を使用して AttributeChangeResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
DeprecatedAttributeName As String, _
MemberCodesWithError As Collection(Of String), _
NewAttributeMuid As Guid, _
OperationResult As OperationResult _
)
'使用
Dim DeprecatedAttributeName As String
Dim MemberCodesWithError As Collection(Of String)
Dim NewAttributeMuid As Guid
Dim OperationResult As OperationResult
Dim instance As New AttributeChangeResponse(DeprecatedAttributeName, _
MemberCodesWithError, NewAttributeMuid, _
OperationResult)
public AttributeChangeResponse(
string DeprecatedAttributeName,
Collection<string> MemberCodesWithError,
Guid NewAttributeMuid,
OperationResult OperationResult
)
public:
AttributeChangeResponse(
String^ DeprecatedAttributeName,
Collection<String^>^ MemberCodesWithError,
Guid NewAttributeMuid,
OperationResult^ OperationResult
)
new :
DeprecatedAttributeName:string *
MemberCodesWithError:Collection<string> *
NewAttributeMuid:Guid *
OperationResult:OperationResult -> AttributeChangeResponse
public function AttributeChangeResponse(
DeprecatedAttributeName : String,
MemberCodesWithError : Collection<String>,
NewAttributeMuid : Guid,
OperationResult : OperationResult
)
パラメーター
- DeprecatedAttributeName
型: System.String
未承認の属性名です。
- MemberCodesWithError
型: System.Collections.ObjectModel.Collection<String>
エラーを含むメンバー コードです。
- NewAttributeMuid
型: System.Guid
新しい属性の MUID です。
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
操作結果です。