Свойство Item (String)
Gets an Audit object in the collection by name.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As Audit
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A string value that specifies the name of the Audit object in the AuditCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .Audit
An Audit object value that represents the audit.
См. также