MetadataCreateRequest 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 request.
public ref class MetadataCreateRequest
[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="MetadataCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataCreateRequest
[<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="MetadataCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataCreateRequest = class
Public Class MetadataCreateRequest
- Inheritance
-
MetadataCreateRequest
- Attributes
Constructors
MetadataCreateRequest() |
Initializes a new instance of the MetadataCreateRequest class that has default values. |
MetadataCreateRequest(International, Metadata, Boolean) |
Initializes a new instance of the MetadataCreateRequest class that has the specified cultural settings, metadata, and object. |
Fields
International |
The cultural settings. |
Metadata |
The metadata to create. |
ReturnCreatedIdentifiers |
Indicates whether the object should be returned with the newly generated ID. |