DeploymentPlanGenerator.Options 属性

获取或设置计划生成选项。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property Options As SchemaDeploymentOptions
    Get
    Set
public SchemaDeploymentOptions Options { get; set; }
public:
property SchemaDeploymentOptions^ Options {
    SchemaDeploymentOptions^ get ();
    void set (SchemaDeploymentOptions^ value);
}
member Options : SchemaDeploymentOptions with get, set
function get Options () : SchemaDeploymentOptions
function set Options (value : SchemaDeploymentOptions)

属性值

类型:Microsoft.Data.Schema.Build.SchemaDeploymentOptions

备注

由 Visual Studio 数据库部署引擎调用。

.NET Framework 安全性

请参见

参考

DeploymentPlanGenerator 类

Microsoft.Data.Schema.Build 命名空间

PlanGenerationOptions