ServerDeploymentValidator Class
Validates that the specified database engine is able to be used as a DAC store.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.ServerDeploymentValidator
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaração
Public NotInheritable Class ServerDeploymentValidator
'Uso
public static class ServerDeploymentValidator
public ref class ServerDeploymentValidator abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ServerDeploymentValidator = class end
public final class ServerDeploymentValidator
The ServerDeploymentValidator type exposes the following members.
Methods
Name | Description | |
---|---|---|
Validate | Validates that the specified instance of the Database Engine is able to be used as a DAC store. |
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.