Właściwość StagingBatch.Information
Pobiera lub ustawia StagingBatchInformation typu złożonego.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Information As StagingBatchInformation
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchInformation
StagingBatchInformation.
Zobacz także