共用方式為


WarningObjects 屬性

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

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
Public ReadOnly Property WarningObjects As ICollection(Of ValidatedObject)
    Get
'用途
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>

屬性值

型別:System.Collections.Generic. . :: . .ICollection< (Of < ( <'ValidatedObject> ) > ) >
A collection of ValidatedObject objects reporting the set of DAC objects that encountered warnings during validation.