Właściwość DacExtractValidationResult.WarningObjects
Pobiera kolekcja DAC obiektów, które napotkały ostrzeżenia podczas sprawdzania poprawności.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Public ReadOnly Property WarningObjects As ICollection(Of ValidatedObject)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Collections.Generic.ICollection<ValidatedObject>
Kolekcja ValidatedObject obiekty raportowanie obiektów zestaw DAC, który napotkał ostrzeżenia podczas sprawdzania poprawności.
Zobacz także