Partilhar via


Propriedade do RDL ServerAuditSpecificationExtender.Audits

Gets the collection of objects in the server extender.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

ServerAuditSpecificationExtender Classe

Namespace Microsoft.SqlServer.Management.Smo