Propriedade do RDL MemberSourceTarget.SourceMemberCode
Gets or sets the member code of the existing source member to copy.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property SourceMemberCode As String
Get
Set
'Uso
Dim instance As MemberSourceTarget
Dim value As String
value = instance.SourceMemberCode
instance.SourceMemberCode = value
[DataMemberAttribute]
public string SourceMemberCode { get; set; }
[DataMemberAttribute]
public:
property String^ SourceMemberCode {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member SourceMemberCode : string with get, set
function get SourceMemberCode () : String
function set SourceMemberCode (value : String)
Valor da propriedade
Tipo: System.String
A string representing the source member code.