ServerAuditSpecificationExtender.Audits Property
Gets the collection of objects in the server extender.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property Audits As StringCollection
Get
'Usage
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
Property Value
Type: System.Collections.Specialized.StringCollection
The collection of objects in the server extender.