MemberSourceTarget 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 the member codes of the source and target members to be copied.
public ref class MemberSourceTarget : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MemberSourceTarget", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberSourceTarget : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MemberSourceTarget", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberSourceTarget = class
inherit DataContractBase
Public Class MemberSourceTarget
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
MemberSourceTarget() |
Initializes a new instance of the MemberSourceTarget class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
SourceMemberCode |
Gets or sets the member code of the existing source member to copy. |
TargetMemberCode |
Gets or sets the member code of the new target member to be created by the copy operation. |