Propriété WarningObjects
Gets the collection of DAC objects that encountered warnings 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 WarningObjects As ICollection(Of ValidatedObject)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic. . :: . .ICollection< (Of < ( <'ValidatedObject> ) > ) >
A collection of ValidatedObject objects reporting the set of DAC objects that encountered warnings during validation.
Voir aussi