TriggerCollection.Item Propiedad (Int32)
Gets a Trigger object in the collection by index number.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
index As Integer _
) As Trigger
Get
'Uso
Dim instance As TriggerCollection
Dim index As Integer
Dim value As Trigger
value = instance(index)
public Trigger this[
int index
] { get; }
public:
property Trigger^ default[int index] {
Trigger^ get (int index);
}
member Item : Trigger
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.Int32
An Int32 value that specifies the position of the Trigger object in the TriggerCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Trigger
A Trigger object value that represents the trigger.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo