共用方式為


VSDBCmdServices.OnSetAdditionalDeploymentOptions 方法

覆寫這個方法,以處理可能已針對資料庫結構描述提供者命令列指定的其他部署選項。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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>
)

參數

備註

如果任何選項有效,它們都應該要從屬性字典移除。 否則,它們將會被標示為錯誤。

.NET Framework 安全性

請參閱

參考

VSDBCmdServices 類別

Microsoft.Data.Schema.Build 命名空間