MetadataUpdateResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the message contract for the metadata update response.
public ref class MetadataUpdateResponse
[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="MetadataUpdateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataUpdateResponse
[<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="MetadataUpdateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataUpdateResponse = class
Public Class MetadataUpdateResponse
- Inheritance
-
MetadataUpdateResponse
- Attributes
Remarks
This response only provides standard operation results.
Constructors
MetadataUpdateResponse() |
Initializes a new instance of the MetadataUpdateResponse class that has default values. |
MetadataUpdateResponse(OperationResult) |
Initializes a new instance of the MetadataUpdateResponse class that has the specified operation results. |
Fields
OperationResult |
The operation result, including a unique ID for tracking and logging. |