ServerDeploymentValidator 类

The ServerDeploymentValidator class validates that the specified database engine is able to be used as a DAC store.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public NotInheritable Class ServerDeploymentValidator
用法
public static class ServerDeploymentValidator
public ref class ServerDeploymentValidator abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ServerDeploymentValidator =  class end
public final class ServerDeploymentValidator

方法

  名称 说明
公共方法静态成员 Validate(ServerConnection) Validates that the specified instance of the Database Engine is able to be used as a DAC store.
公共方法静态成员 Validate(SqlStoreConnection) 已过时。Validates that the specified instance of the Database Engine is able to be used as a DAC store.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。