Compartilhar via


Propriedade do RDL Audit.Filter

Gets or sets the filter of the audit.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Filter As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The filter of the audit.

Consulte também

Referência

Audit Classe

Namespace Microsoft.SqlServer.Management.Smo