SyncRelationship.SourceVersionId プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ソース モデル バージョンの識別子を指定します。
public:
property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ SourceVersionId { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier SourceVersionId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SourceVersionId : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property SourceVersionId As Identifier
プロパティ値
ソース モデルのバージョンの識別子。
- 属性