EntityMembersCopyRequest 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.
Represents a request message for specifying the entity member or members to be copied in the EntityMembersCopyCriteria type.
public ref class EntityMembersCopyRequest
[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="EntityMembersCopyRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersCopyRequest
[<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="EntityMembersCopyRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersCopyRequest = class
Public Class EntityMembersCopyRequest
- Inheritance
-
EntityMembersCopyRequest
- Attributes
Constructors
EntityMembersCopyRequest() |
Initializes a new instance of the EntityMembersCopyRequest class that has default values. |
EntityMembersCopyRequest(International, EntityMembersCopyCriteria) |
Initializes a new instance of the EntityMembersCopyRequest class that has the specified cultural settings and copy criteria. |
Fields
EntityMembersCopyCriteria |
The copy criteria. |
International |
The cultural settings. |