DeploymentContributorContext.Target 属性

获取或设置目标数据架构模型。

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

语法

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

属性值

类型:Microsoft.Data.Schema.SchemaModel.DataSchemaModel
目标数据架构模型。

.NET Framework 安全性

请参见

参考

DeploymentContributorContext 类

Microsoft.Data.Schema.Build 命名空间