Share via


VSDBCmdServices.OnSetAdditionalDeploymentOptions Method

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

Remarks

If any options are valid, they should be removed from the properties dictionary. Otherwise, they will be flagged as errors.

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

Microsoft.Data.Schema.Build Namespace