Свойство StagingBatchErrors
Gets a collection of staging errors to treat as warnings.
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
Get
'Применение
Dim instance As Warnings
Dim value As Collection(Of StagingBatchError)
value = instance.StagingBatchErrors
public Collection<StagingBatchError> StagingBatchErrors { get; }
public:
property Collection<StagingBatchError^>^ StagingBatchErrors {
Collection<StagingBatchError^>^ get ();
}
member StagingBatchErrors : Collection<StagingBatchError>
function get StagingBatchErrors () : Collection<StagingBatchError>
Значение свойства
Тип: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatchError> ) > ) >
A collection of staging errors to treat as warnings.