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


Свойство DeploymentStagingException.StagingBatchErrors

Gets the staging batch errors associated with the exception.

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

Синтаксис

'Декларация
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
    Get
'Применение
Dim instance As DeploymentStagingException 
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<StagingBatchError>
The collection of staging batch errors associated with the exception.

См. также

Справочник

DeploymentStagingException Класс

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