Language

MemberSourceTarget Class

Definition

Contains the member codes of the source and target members to be copied.

public ref class MemberSourceTarget : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="MemberSourceTarget", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberSourceTarget : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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
MemberSourceTarget
Attributes

Remarks

The MemberSourceTarget contains the member codes of the source and target members to be copied.

Constructors

Name Description
MemberSourceTarget()

Initializes a new instance of the MemberSourceTarget class.

Properties

Name Description
SourceMemberCode

Specifies the source member code.

TargetMemberCode

Specifies the target member code.

Methods

Name Description
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to