Partager via


Propriété DeploymentStagingException.StagingBatchErrors

Gets the staging batch errors associated with the exception.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<StagingBatchError>
The collection of staging batch errors associated with the exception.

Voir aussi

Référence

DeploymentStagingException Classe

Espace de noms Microsoft.MasterDataServices.Deployment