DatabaseExtractValidator Class

Validates that the database can be extracted.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dac.DatabaseExtractValidator

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

Syntax

'Declaration
Public NotInheritable Class DatabaseExtractValidator
'Usage
public static class DatabaseExtractValidator
public ref class DatabaseExtractValidator abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DatabaseExtractValidator =  class end
public final class DatabaseExtractValidator

The DatabaseExtractValidator type exposes the following members.

Methods

  Name Description
Public methodStatic member Validate Validates the package with the specified connection and determines whether the specified server is valid.

Top

Remarks

This validation does not also validate any objects contained in the database.

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.