Partager via


Propriété SuccessObjects

Gets the collection of DAC objects that were successfully validated.

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

Syntaxe

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

value = instance.SuccessObjects
public ICollection<ValidatedObject> SuccessObjects { get; }
public:
property ICollection<ValidatedObject^>^ SuccessObjects {
    ICollection<ValidatedObject^>^ get ();
}
member SuccessObjects : ICollection<ValidatedObject>
function get SuccessObjects () : 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 were successfully validated.