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.
Note: This API is now obsolete.
Gets the staging batch errors to treat as warnings.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
[ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")]
public Collection<StagingBatchError> StagingBatchErrors { get; }
public:
[ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")]
property Collection<StagingBatchError^>^ StagingBatchErrors {
Collection<StagingBatchError^>^ get();
}
[<ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")>]
member StagingBatchErrors : Collection<StagingBatchError> with get
<ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")>
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
Property Value
Type: System.Collections.ObjectModel.Collection<StagingBatchError>
The staging batch errors to treat as warnings.
See Also
Warnings Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top