次の方法で共有


Audit.Filter プロパティ

監査のフィルターを取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Filter As String 
    Get 
    Set
'使用
Dim instance As Audit 
Dim value As String 

value = instance.Filter

instance.Filter = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Filter { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Filter {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Filter : string with get, set
function get Filter () : String 
function set Filter (value : String)

プロパティ値

型: System.String
監査のフィルターです。

関連項目

参照

Audit クラス

Microsoft.SqlServer.Management.Smo 名前空間