다음을 통해 공유


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 네임스페이스