ServerDeploymentValidator Class

Validates that the specified database engine is able to be used as a DAC store.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dac.ServerDeploymentValidator

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

Syntax

'Declaration
Public NotInheritable Class ServerDeploymentValidator
'Usage
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
Public methodStatic member 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.

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace