DacExtractValidationResult Class

The DacExtractValidationResult object represents the result of extracting objects from a DAC package.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dac.DacExtractValidationResult

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public NotInheritable Class DacExtractValidationResult
'Usage
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
Public property ErrorObjects Gets a collection of the DAC objects that encountered errors during validation.
Public property SuccessObjects Obsolete. Gets the collection of DAC objects that were successfully validated.
Public property WarningObjects Gets the collection of DAC objects that encountered warnings during validation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace