VSDBCmdServices.OnInitializeConstructor Method (DeploymentConstructor)

Used to initialize the reverse engineering constructor.

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

Syntax

'Declaration
Protected Overridable Sub OnInitializeConstructor ( _
    dc As DeploymentConstructor _
)
'Usage
Dim dc As DeploymentConstructor

Me.OnInitializeConstructor(dc)
protected virtual void OnInitializeConstructor(
    DeploymentConstructor dc
)
protected:
virtual void OnInitializeConstructor(
    DeploymentConstructor^ dc
)
protected function OnInitializeConstructor(
    dc : DeploymentConstructor
)
abstract OnInitializeConstructor : 
        dc:DeploymentConstructor -> unit 
override OnInitializeConstructor : 
        dc:DeploymentConstructor -> unit 

Parameters

Remarks

Override this method to initialize the reverse engineering 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

VSDBCmdServices Members

OnInitializeConstructor Overload

Microsoft.Data.Schema.Build Namespace