MetadataGetResponse 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 get response.
public ref class MetadataGetResponse
[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="MetadataGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataGetResponse
[<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="MetadataGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataGetResponse = class
Public Class MetadataGetResponse
- Inheritance
-
MetadataGetResponse
- Attributes
Remarks
MetadataGetResponse includes a Metadata type as a container for any requested metadata information.
Constructors
MetadataGetResponse() |
Initializes a new instance of the MetadataGetResponse class that has default values. |
MetadataGetResponse(Metadata, OperationResult) |
Initializes a new instance of the MetadataGetResponse class that has the specified metadata to retrieve and the operation result. |
Fields
Metadata |
The metadata to retrieve. |
OperationResult |
The operation result, including a unique ID for tracking and logging. |