ISchemaDeploymentController.ScriptGenerationMessage 事件
在衍生類別中實作時,處理指令碼產生訊息事件。
命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Event ScriptGenerationMessage As EventHandler(Of DeploymentContributorEventArgs)
event EventHandler<DeploymentContributorEventArgs> ScriptGenerationMessage
event EventHandler<DeploymentContributorEventArgs^>^ ScriptGenerationMessage {
void add (EventHandler<DeploymentContributorEventArgs^>^ value);
void remove (EventHandler<DeploymentContributorEventArgs^>^ value);
}
abstract ScriptGenerationMessage : IEvent<EventHandler<DeploymentContributorEventArgs>,
DeploymentContributorEventArgs>
JScript 不支援事件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ISchemaDeploymentController 介面