MemberSourceTarget.SourceMemberCode Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the member code of the existing source member to copy.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public string SourceMemberCode { get; set; }
public:
[DataMemberAttribute]
property String^ SourceMemberCode {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member SourceMemberCode : string with get, set
<DataMemberAttribute>
Public Property SourceMemberCode As String

Property Value

Type: System.String

A string representing the source member code.

See Also

MemberSourceTarget Class
Microsoft.MasterDataServices Namespace

Return to top