Compartir a través de


Audits Propiedad

Gets the collection of objects in the server extender.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<ExtendedPropertyAttribute> _
Public ReadOnly Property Audits As StringCollection
    Get
'Uso
Dim instance As ServerAuditSpecificationExtender
Dim value As StringCollection

value = instance.Audits
[ExtendedPropertyAttribute]
public StringCollection Audits { get; }
[ExtendedPropertyAttribute]
public:
property StringCollection^ Audits {
    StringCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member Audits : StringCollection
function get Audits () : StringCollection

Valor de la propiedad

Tipo: System.Collections.Specialized. . :: . .StringCollection
The collection of objects in the server extender.