Initializes a new instance of the DatabaseDdlTrigger class.
备注
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。
重载列表
名称 | Description |
---|---|
DatabaseDdlTrigger () |
Initializes a new instance of the DatabaseDdlTrigger class.
|
DatabaseDdlTrigger (Database, String) |
Initializes a new instance of the DatabaseDdlTrigger class on the specified database and with the specified name.
|
DatabaseDdlTrigger (Database, String, DatabaseDdlTriggerEventSet, String) |
Initializes a new instance of the DatabaseDdlTrigger class on the specified database with the specified name. The trigger responds to the specified event set and runs the specified batch.
|
DatabaseDdlTrigger (Database, String, DatabaseDdlTriggerEventSet, String, String, String) |
Initializes a new instance of the DatabaseDdlTrigger class on the specified database with the specified name. The trigger responds to the specified event set and runs the specified batch.
|
请参阅
参考
DatabaseDdlTrigger Class
DatabaseDdlTrigger Members
Microsoft.SqlServer.Management.Smo Namespace