Compartir a través de


StagingBatchErrors Propiedad

Gets a collection of staging errors to treat as warnings.

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
    Get
'Uso
Dim instance As Warnings
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>

Valor de la propiedad

Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatchError> ) > ) >
A collection of staging errors to treat as warnings.