DacExtractValidationResult Class
The DacExtractValidationResult object represents the result of extracting objects from a DAC package.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.DacExtractValidationResult
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaração
Public NotInheritable Class DacExtractValidationResult
'Uso
Dim instance As DacExtractValidationResult
public sealed class DacExtractValidationResult
public ref class DacExtractValidationResult sealed
[<SealedAttribute>]
type DacExtractValidationResult = class end
public final class DacExtractValidationResult
The DacExtractValidationResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorObjects | Gets a collection of the DAC objects that encountered errors during validation. | |
SuccessObjects | Obsolete. Gets the collection of DAC objects that were successfully validated. | |
WarningObjects | Gets the collection of DAC objects that encountered warnings during validation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.