Clase ServerDeploymentValidator
The ServerDeploymentValidator class validates that the specified database engine is able to be used as a DAC store.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..ServerDeploymentValidator
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
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
Métodos
Nombre | Descripción | |
---|---|---|
Validate(ServerConnection) | Validates that the specified instance of the Database Engine is able to be used as a DAC store. | |
Validate(SqlStoreConnection) | Obsoleto. Validates that the specified instance of the Database Engine is able to be used as a DAC store. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.