Partager via


Propriété ErrorObjects

Gets a collection of the DAC objects that encountered errors during validation.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorObjects As ICollection(Of ValidatedObject)
    Get
'Utilisation
Dim instance As DacExtractValidationResult
Dim value As ICollection(Of ValidatedObject)

value = instance.ErrorObjects
public ICollection<ValidatedObject> ErrorObjects { get; }
public:
property ICollection<ValidatedObject^>^ ErrorObjects {
    ICollection<ValidatedObject^>^ get ();
}
member ErrorObjects : ICollection<ValidatedObject>
function get ErrorObjects () : ICollection<ValidatedObject>

Valeur de propriété

Type : System.Collections.Generic. . :: . .ICollection< (Of < ( <'ValidatedObject> ) > ) >
A collection of ValidatedObject objects reporting the set of DAC objects that encountered errors during validation.