Udostępnij przez


Metoda Warnings.AddError (StagingBatchError)

Dodaje do kolekcja błąd StagingBatchError obiekty traktować jako ostrzeżenia.

Przestrzeń nazw:  Microsoft.MasterDataServices.Deployment
Zestaw:  Microsoft.MasterDataServices.Deployment (w Microsoft.MasterDataServices.Deployment.dll)

Składnia

'Deklaracja
Public Sub AddError ( _
    error As StagingBatchError _
)
'Użycie
Dim instance As Warnings
Dim error As StagingBatchError

instance.AddError(error)
public void AddError(
    StagingBatchError error
)
public:
void AddError(
    StagingBatchError^ error
)
member AddError : 
        error:StagingBatchError -> unit 
public function AddError(
    error : StagingBatchError
)

Parametry