AuditCollection.Item Property (Int32)
Gets an Audit object in the collection by index number.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public ReadOnly Default Property Item ( _
index As Integer _
) As Audit
Get
'Kullanım
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
An Int32 value that specifies the position of the Audit object in the AuditCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.Audit
An Audit object value that represents the audit.