DatabaseExtractValidator Class
Validates that the database can be extracted.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.DatabaseExtractValidator
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaração
Public NotInheritable Class DatabaseExtractValidator
'Uso
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 | |
---|---|---|
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.