ServerDeploymentValidator Class

The 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

Methods

  Name Description
Public methodStatic member Validate(ServerConnection) Validates that the specified instance of the Database Engine is able to be used as a DAC store.
Public methodStatic member Validate(SqlStoreConnection) Obsolete. 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.