Share via


VSDBCmdServices.OnInitializeConstructor Method (SchemaDeploymentConstructor)

Used to initialize the schema deployment constructor.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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
)

Parameters

Remarks

Override this method to initialize the schema deployment constructor. This method is called prior to processing command-line arguments. That is, defaults set during this method could be overridden by the user on the command line.

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

OnInitializeConstructor Overload

Microsoft.Data.Schema.Build Namespace