共用方式為


StagingBatch.Information 屬性

Gets or sets the informational data for the batch.

命名空間:  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
The informational data for the batch.

請參閱

參考

StagingBatch 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間