DeploymentProjectBuilder.Extensions 属性

获取或设置此部署的扩展管理器。

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

语法

声明
Protected Friend Property Extensions As ExtensionManager
    Get
    Set
protected internal ExtensionManager Extensions { get; set; }
protected public:
property ExtensionManager^ Extensions {
    ExtensionManager^ get ();
    void set (ExtensionManager^ value);
}
member Extensions : ExtensionManager with get, set
function get Extensions () : ExtensionManager
function set Extensions (value : ExtensionManager)

属性值

类型:Microsoft.Data.Schema.Extensibility.ExtensionManager

.NET Framework 安全性

请参见

参考

DeploymentProjectBuilder 类

Microsoft.Data.Schema.Build 命名空间