다음을 통해 공유


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.