SqlSchemaDeploymentOptions.OnInitialize Method

Retrieves server paths and sets up the source and target variables for database name, data path, and log file path.

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

Syntax

'Declaration
Protected Overrides Sub OnInitialize
protected override void OnInitialize()
protected:
virtual void OnInitialize() override
abstract OnInitialize : unit -> unit 
override OnInitialize : unit -> unit 
protected override function OnInitialize()

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace