SecurityPredicateCollection.Item[Int32] Propiedad

Definición

Devuelve el predicado de seguridad de un índice determinado.

public Microsoft.SqlServer.Management.Smo.SecurityPredicate this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.SecurityPredicate
Default Public ReadOnly Property Item(index As Integer) As SecurityPredicate

Parámetros

index
Int32

Índice de la colección

Valor de propiedad

Predicado de seguridad en el índice especificado

Se aplica a