DatabaseDdlTriggerCollection.Item Property (Int32)
Gets a DatabaseDdlTriggerCollection object in the collection by index number.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- index
-
Type:
System.Int32
An Int32 value that specifies the position of the DatabaseDdlTrigger object in the DatabaseDdlTriggerCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerA DatabaseDdlTrigger object value that represents the database data definition language (DDL) trigger.
Show: