ISchemaDeploymentController.Options 属性

获取或设置部署选项对象。

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

语法

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

属性值

类型:Microsoft.Data.Schema.Build.SchemaDeploymentOptions
架构部署选项。

.NET Framework 安全性

请参见

参考

ISchemaDeploymentController 接口

Microsoft.Data.Schema.Build 命名空间

SchemaDeploymentOptions