Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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