ModelMembersGetResponse Class
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.
Represents a response that can contain an array of entity members and can contain an OperationResult.
public ref class ModelMembersGetResponse
[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="ModelMembersGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelMembersGetResponse
[<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="ModelMembersGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelMembersGetResponse = class
Public Class ModelMembersGetResponse
- Inheritance
-
ModelMembersGetResponse
- Attributes
Model |
Initializes a new instance of the ModelMembersGetResponse class that has default values. |
Model |
Initializes a new instance of the ModelMembersGetResponse class that has the specified model members to get and the operation result. |
Model |
The model members to get. |
Operation |
The operation result, including a unique ID for tracking and logging. |