次の方法で共有


StagingBatch.Information プロパティ

バッチの情報データを取得または設定します。

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

構文

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

value = instance.Information

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

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchInformation
バッチの情報データ。

関連項目

参照

StagingBatch クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間