Condividi tramite


Proprietà Item (Int32)

Gets an Audit object in the collection by index number.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Audit
    Get
'Utilizzo
Dim instance As AuditCollection
Dim index As Integer
Dim value As Audit

value = instance(index)
public Audit this[
    int index
] { get; }
public:
property Audit^ default[int index] {
    Audit^ get (int index);
}
member Item : Audit
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Audit
An Audit object value that represents the audit.