VSDBCmdServices.OnInitializeConstructor 方法 (SchemaDeploymentConstructor)

用于初始化架构部署构造函数。

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

语法

声明
Protected Overridable Sub OnInitializeConstructor ( _
    dc As SchemaDeploymentConstructor _
)
protected virtual void OnInitializeConstructor(
    SchemaDeploymentConstructor dc
)
protected:
virtual void OnInitializeConstructor(
    SchemaDeploymentConstructor^ dc
)
abstract OnInitializeConstructor : 
        dc:SchemaDeploymentConstructor -> unit 
override OnInitializeConstructor : 
        dc:SchemaDeploymentConstructor -> unit 
protected function OnInitializeConstructor(
    dc : SchemaDeploymentConstructor
)

参数

备注

重写此方法可以初始化架构部署构造函数。 在处理命令行参数之前调用此方法。 也就是说,在此方法期间设置的默认值可能被用户在命令行上重写。

.NET Framework 安全性

请参见

参考

VSDBCmdServices 类

OnInitializeConstructor 重载

Microsoft.Data.Schema.Build 命名空间