表示数据库架构部署引擎。
继承层次结构
System.Object
  Microsoft.Data.Schema.Build.SchemaDeployment
命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public Class SchemaDeployment _
    Implements IDisposable
public class SchemaDeployment : IDisposable
public ref class SchemaDeployment : IDisposable
type SchemaDeployment =  
    class
        interface IDisposable
    end
public class SchemaDeployment implements IDisposable
SchemaDeployment 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | SchemaDeployment | 此构造函数保留供内部使用,不应在代码中使用。使用数据库架构提供程序的 SchemaDeploymentConstructor 可以创建 SchemaDeployment 的实例。初始化 SchemaDeployment 类的新实例。 | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | ComparisonResult | 获取源和目标数据库模型的比较结果。 | 
| .gif) | ContributorArguments | 获取用户在 Visual Studio Application Lifecycle Management (ALM) 中设置的命令行参数及其值的列表。 | 
| .gif) | ContributorConfiguration | 获取包含参与者配置的文件的列表。 | 
| .gif) | DatabaseSchemaProvider | 获取源数据库和目标数据库的 DatabaseSchemaProvider。 | 
| .gif) | ErrorManager | 获取 ErrorManager 对象。 | 
| .gif) | IsDeployToDatabase | |
| .gif) | IsDeployToScript | |
| .gif) | Options | 获取部署选项。 | 
| .gif) | OriginalSourceDatabaseSchemaProvider | 获取源数据库的原始 DatabaseSchemaProvider。 | 
| .gif) | Plan | 获取部署计划。 | 
| .gif) | PlanExecutors | 获取将在部署期间使用的 DeploymentPlanExecutor 对象的列表。 | 
| .gif) | PlanGenerator | 获取 DeploymentPlanGenerator 对象。 | 
| .gif) | PlanModifiers | 获取 DeploymentPlanModifier 对象的列表。 | 
| .gif) | Source | 获取源数据库的 DataSchemaModel。 | 
| .gif) | Target | 获取目标数据库的 DataSchemaModel。 | 
页首
方法
页首
事件
| 名称 | 说明 | |
|---|---|---|
| .gif) | ContributorMessage | 在 DeploymentContributor(即 DeploymentPlanContributor 或 RefactoringDeploymentContributor)返回消息时发生。 | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.Data.Schema.Build 命名空间
.gif)