DacExtractValidationResult.SuccessObjects Property

Note: This API is now obsolete.

Gets the collection of DAC objects that were successfully validated.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
<ObsoleteAttribute> _
Public ReadOnly Property SuccessObjects As ICollection(Of ValidatedObject)
    Get
'Usage
Dim instance As DacExtractValidationResult
Dim value As ICollection(Of ValidatedObject)

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

Property Value

Type: System.Collections.Generic.ICollection<ValidatedObject>
A collection of ValidatedObject objects reporting the set of DAC objects that were successfully validated.

See Also

Reference

DacExtractValidationResult Class

Microsoft.SqlServer.Management.Dac Namespace