Compartilhar via


Propriedade do RDL Warnings.StagingBatchErrors

Observação: essa API está obsoleta.

Gets the staging batch errors to treat as warnings.

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

Sintaxe

'Declaração
<ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")> _
Public ReadOnly Property StagingBatchErrors As Collection(Of StagingBatchError)
    Get
'Uso
Dim instance As Warnings 
Dim value As Collection(Of StagingBatchError)

value = instance.StagingBatchErrors
[ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")]
public Collection<StagingBatchError> StagingBatchErrors { get; }
[ObsoleteAttribute(L"StagingBatchErrors are no longer included in the Warnings class")]
public:
property Collection<StagingBatchError^>^ StagingBatchErrors {
    Collection<StagingBatchError^>^ get ();
}
[<ObsoleteAttribute("StagingBatchErrors are no longer included in the Warnings class")>]
member StagingBatchErrors : Collection<StagingBatchError>
function get StagingBatchErrors () : Collection<StagingBatchError>

Valor da propriedade

Tipo: System.Collections.ObjectModel.Collection<StagingBatchError>
The staging batch errors to treat as warnings.

Consulte também

Referência

Warnings Classe

Namespace Microsoft.MasterDataServices.Deployment