覆寫這個方法,以處理可能已針對資料庫結構描述提供者命令列指定的其他部署選項。
命名空間: 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>
)
參數
- engine
型別:Microsoft.Data.Schema.Build.SchemaDeployment
結構描述部署引擎。
- properties
型別:System.Collections.Generic.IDictionary<String, String>
部署屬性的清單。
備註
如果任何選項有效,它們都應該要從屬性字典移除。 否則,它們將會被標示為錯誤。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。