次の方法で共有


StagingBatchInformation.SourceId プロパティ

ステージング バッチのソース識別子を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SourceId As Identifier 
    Get 
    Set
'使用
Dim instance As StagingBatchInformation 
Dim value As Identifier 

value = instance.SourceId

instance.SourceId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier SourceId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ SourceId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SourceId : Identifier with get, set
function get SourceId () : Identifier 
function set SourceId (value : Identifier)

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.Identifier
ステージング バッチのソース識別子。

関連項目

参照

StagingBatchInformation クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間