次の方法で共有


AuditCollection クラス

AuditCollection クラスは、SQL Server のインスタンス上のすべての監査を表す Audit オブジェクトのコレクションを表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class AuditCollection _
    Inherits SimpleObjectCollectionBase
'使用
Dim instance As AuditCollection
public sealed class AuditCollection : SimpleObjectCollectionBase
public ref class AuditCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type AuditCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class AuditCollection extends SimpleObjectCollectionBase

説明

AuditCollection オブジェクトは、一連の監査にアクセスするために使用できます。Item プロパティを使用すると、特定の Audit オブジェクトを取得できます。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。