AuditCollection.Item Property (String)
Gets an Audit object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As Audit
Get
'Usage
Dim instance As AuditCollection
Dim name As String
Dim value As Audit
value = instance(name)
public Audit this[
string name
] { get; }
public:
property Audit^ default[String^ name] {
Audit^ get (String^ name);
}
member Item : Audit
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A string value that specifies the name of the Audit object in the AuditCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.Audit
An Audit object value that represents the audit.