DeploymentContributorContext.Options 属性

获取或设置 SchemaDeploymentOptions

命名空间:  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
部署选项。

.NET Framework 安全性

请参见

参考

DeploymentContributorContext 类

Microsoft.Data.Schema.Build 命名空间