SecurityPredicateCollection.Item[Int32] Property

Definition

Returns the security predicate for a given index

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

Parameters

index
Int32

The index in the collection

Property Value

The security predicate at the given index

Applies to