Поделиться через


Свойство Warnings.StagingBatchErrors

Примечание. Этот API-интерфейс устарел.

Gets the staging batch errors to treat as warnings.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
<ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")> _
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
    Get
'Применение
Dim instance As Warnings 
Dim value As Collection(Of StagingBatchError)

value = instance.StagingBatchErrors
[ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")]
public Collection<StagingBatchError> StagingBatchErrors { get; }
[ObsoleteAttribute(L"StagingBatchErrors are no longer included in the Warnings class")]
public:
property Collection<StagingBatchError^>^ StagingBatchErrors {
    Collection<StagingBatchError^>^ get ();
}
[<ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")>]
member StagingBatchErrors : Collection<StagingBatchError>
function get StagingBatchErrors () : Collection<StagingBatchError>

Значение свойства

Тип: System.Collections.ObjectModel.Collection<StagingBatchError>
The staging batch errors to treat as warnings.

См. также

Справочник

Warnings Класс

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