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
- 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.