ServerAuditSpecificationExtender.Audits プロパティ

サーバー エクステンダー内のオブジェクトのコレクションを取得します。

名前空間:  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
サーバー エクステンダー内のオブジェクトのコレクションです。

関連項目

参照

ServerAuditSpecificationExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間