DacExtractValidationResult.WarningObjects Property

Gets the collection of DAC objects that encountered warnings during validation.

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

Syntax

'Declaration
Public ReadOnly Property WarningObjects As ICollection(Of ValidatedObject)
    Get
'Usage
Dim instance As DacExtractValidationResult
Dim value As ICollection(Of ValidatedObject)

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

Property Value

Type: System.Collections.Generic.ICollection<ValidatedObject>
A collection of ValidatedObject objects reporting the set of DAC objects that encountered warnings during validation.

See Also

Reference

DacExtractValidationResult Class

Microsoft.SqlServer.Management.Dac Namespace