AnnotationsCreateResponse Class

Definition

Represents a response to an EntityMemberAnnotationsCreateRequest.

public ref class AnnotationsCreateResponse
[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="AnnotationsCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AnnotationsCreateResponse
[<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="AnnotationsCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AnnotationsCreateResponse = class
Public Class AnnotationsCreateResponse
Inheritance
AnnotationsCreateResponse
Attributes

Constructors

AnnotationsCreateResponse()

Initializes a new instance of the AnnotationsCreateResponse class with default values.

AnnotationsCreateResponse(OperationResult)

Initializes a new instance of the AnnotationsCreateResponse class with the specified operation result.

Fields

OperationResult

Specifies the operation result.

Applies to