Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Override this method to process additional deployment options that might have been specified for the command line of a database schema provider.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnSetAdditionalDeploymentOptions ( _
engine As SchemaDeployment, _
properties As IDictionary(Of String, String) _
)
protected virtual void OnSetAdditionalDeploymentOptions(
SchemaDeployment engine,
IDictionary<string, string> properties
)
protected:
virtual void OnSetAdditionalDeploymentOptions(
SchemaDeployment^ engine,
IDictionary<String^, String^>^ properties
)
abstract OnSetAdditionalDeploymentOptions :
engine:SchemaDeployment *
properties:IDictionary<string, string> -> unit
override OnSetAdditionalDeploymentOptions :
engine:SchemaDeployment *
properties:IDictionary<string, string> -> unit
protected function OnSetAdditionalDeploymentOptions(
engine : SchemaDeployment,
properties : IDictionary<String, String>
)
Parameters
- engine
Type: Microsoft.Data.Schema.Build.SchemaDeployment
The schema deployment engine.
- properties
Type: System.Collections.Generic.IDictionary<String, String>
The list of deployment properties.
Remarks
If any options are valid, they should be removed from the properties dictionary. Otherwise, they will be flagged as errors.
.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.