DeploymentStagingException.StagingBatchErrors-Eigenschaft

Gets the staging batch errors associated with the exception.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
    Get
'Usage
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>

Eigenschaftswert

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

Siehe auch

Verweis

DeploymentStagingException Klasse

Microsoft.MasterDataServices.Deployment-Namespace