Freigeben über


VSDBCmdServices.OnSetAdditionalDeploymentOptions-Methode

Überschreiben Sie diese Methode, um zusätzliche Bereitstellungsoptionen zu verarbeiten, die für die Befehlszeile eines Datenbankschema-Anbieters angegeben sein können.

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

Parameter

Hinweise

Wenn Optionen gültig sind, sollten sie aus dem Eigenschaftenwörterbuch entfernt werden. Andernfalls werden sie als Fehler gekennzeichnet.

.NET Framework-Sicherheit

Siehe auch

Referenz

VSDBCmdServices Klasse

Microsoft.Data.Schema.Build-Namespace