Поделиться через


Свойство Item (String)

Gets a ServerAuditSpecification 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 ServerAuditSpecification
    Get
'Применение
Dim instance As ServerAuditSpecificationCollection
Dim name As String
Dim value As ServerAuditSpecification

value = instance(name)
public ServerAuditSpecification this[
    string name
] { get; }
public:
property ServerAuditSpecification^ default[String^ name] {
    ServerAuditSpecification^ get (String^ name);
}
member Item : ServerAuditSpecification
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo. . :: . .ServerAuditSpecification
A ServerAuditSpecification object value that represents the database audit specification.