DatabaseDdlTriggerCollection.Item Property (Int32)

Gets a DatabaseDdlTriggerCollection object in the collection by index number.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As DatabaseDdlTrigger 
    Get
'Usage
Dim instance As DatabaseDdlTriggerCollection 
Dim index As Integer 
Dim value As DatabaseDdlTrigger 

value = instance(index)
public DatabaseDdlTrigger this[
    int index
] { get; }
public:
property DatabaseDdlTrigger^ default[int index] {
    DatabaseDdlTrigger^ get (int index);
}
member Item : DatabaseDdlTrigger
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Management.Smo.DatabaseDdlTrigger
A DatabaseDdlTrigger object value that represents the database data definition language (DDL) trigger.

Examples

Using Collections

See Also

Reference

DatabaseDdlTriggerCollection Class

Item Overload

Microsoft.SqlServer.Management.Smo Namespace