Właściwość Item (String)
Pobiera ServerAuditSpecification obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As ServerAuditSpecification
Get
'Użycie
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Typ: System. . :: . .String
A String wartość, która określa nazwę ServerAuditSpecification obiekt w ServerAuditSpecificationCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ServerAuditSpecification
A ServerAuditSpecification obiektu wartość reprezentująca specyfikacji inspekcji bazy danych.