Propriedade do RDL Item (String)
Gets an Audit object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A string value that specifies the name of the Audit object in the AuditCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Audit
An Audit object value that represents the audit.
Consulte também