ServerAuditSpecificationExtender.Audits 속성

Gets the collection of objects in the server extender.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<ExtendedPropertyAttribute> _
Public ReadOnly Property Audits As StringCollection 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

ServerAuditSpecificationExtender 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스