Partager via


Propriété ServerAuditSpecificationExtender.Audits

Gets the collection of objects in the server extender.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property Audits As StringCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ServerAuditSpecificationExtender Classe

Espace de noms Microsoft.SqlServer.Management.Smo