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
- dc
Type: Microsoft.Data.Schema.Build.SchemaDeploymentConstructor
The schema deployment constructor.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.