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.
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
- Attributes
Remarks
The MemberSourceTarget contains the member codes of the source and target members to be copied.
Constructors
MemberSourceTarget() |
Initializes a new instance of the MemberSourceTarget class. |
Properties
SourceMemberCode |
Specifies the source member code. |
TargetMemberCode |
Specifies the target member code. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |