Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the staging batch errors associated with the exception.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public Collection<StagingBatchError> StagingBatchErrors { get; }
public:
property Collection<StagingBatchError^>^ StagingBatchErrors {
Collection<StagingBatchError^>^ get();
}
member StagingBatchErrors : Collection<StagingBatchError> with get
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
Property Value
Type: System.Collections.ObjectModel.Collection<StagingBatchError>
The collection of staging batch errors associated with the exception.
See Also
DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top