SchemaDeployment.OnLoadDeploymentConfiguration Method
Called by the LoadDeploymentConfiguration method to allow custom classes to do additional processing for a custom DatabaseSchemaProvider.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnLoadDeploymentConfiguration ( _
deployConfigFile As FileInfo _
)
protected virtual void OnLoadDeploymentConfiguration(
FileInfo deployConfigFile
)
protected:
virtual void OnLoadDeploymentConfiguration(
FileInfo^ deployConfigFile
)
abstract OnLoadDeploymentConfiguration :
deployConfigFile:FileInfo -> unit
override OnLoadDeploymentConfiguration :
deployConfigFile:FileInfo -> unit
protected function OnLoadDeploymentConfiguration(
deployConfigFile : FileInfo
)
Parameters
- deployConfigFile
Type: System.IO.FileInfo
A FileInfo object that represents the configuration file.
.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.