MetadataUpdateRequest 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 request.
public ref class MetadataUpdateRequest
[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="MetadataUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataUpdateRequest
[<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="MetadataUpdateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataUpdateRequest = class
Public Class MetadataUpdateRequest
- Inheritance
-
MetadataUpdateRequest
- Attributes
Remarks
This request must include a Metadata complex type containing objects to be updated in the MDS repository.
Constructors
MetadataUpdateRequest() |
Initializes a new instance of the MetadataUpdateRequest class that has default values. |
MetadataUpdateRequest(International, Metadata) |
Initializes a new instance of the MetadataUpdateRequest class that has the specified cultural settings and metadata to update. |
Fields
International |
The cultural settings. |
Metadata |
The metadata to update. |