Compartir a través de


Audit.Filter Propiedad

Gets or sets the filter of the audit.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<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 de la propiedad

Tipo: System.String
The filter of the audit.

Vea también

Referencia

Audit Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo