Condividi tramite


Proprietà StagingBatchErrors

Gets the staging batch errors associated with this exception.

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatchError> ) > ) >
A collection of type StagingBatchError.