Свойство StagingBatch.Information

Gets or sets staging batch information.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.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.StagingBatchInformation
A new instance of type StagingBatchInformation.

См. также

Справочник

StagingBatch Класс

Пространство имен Microsoft.MasterDataServices