MetadataCreateResponse 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 create response.
public ref class MetadataCreateResponse
[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="MetadataCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataCreateResponse
[<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="MetadataCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataCreateResponse = class
Public Class MetadataCreateResponse
- Inheritance
-
MetadataCreateResponse
- Attributes
Remarks
MetadataCreateResponse can echo the created metadata objects in a Metadata complex type if it is requested.
Constructors
MetadataCreateResponse() |
Initializes a new instance of the MetadataCreateResponse class that has default values. |
MetadataCreateResponse(Metadata, OperationResult) |
Initializes a new instance of the MetadataCreateResponse class that has the specified metadata objects and operation result. |
Fields
MetadataCreated |
The created metadata objects. |
OperationResult |
The operation result, including a unique ID for tracking and logging. |