AuditCollection.Item Propiedad (String)
Gets an Audit object in the collection by name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As Audit
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
A string value that specifies the name of the Audit object in the AuditCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Audit
An Audit object value that represents the audit.