SuccessObjects 属性

Gets the collection of DAC objects that were successfully validated.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property SuccessObjects As ICollection(Of ValidatedObject)
    Get
用法
Dim instance As DacExtractValidationResult
Dim value As ICollection(Of ValidatedObject)

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

属性值

类型:System.Collections.Generic. . :: . .ICollection< (Of < ( <'ValidatedObject> ) > ) >
A collection of ValidatedObject objects reporting the set of DAC objects that were successfully validated.