Compartir a través de


Event.PredicateExpression Propiedad

Gets or sets the string representation of the PredExpr object of an Event object.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property PredicateExpression As String 
    Get 
    Set
'Uso
Dim instance As Event 
Dim value As String 

value = instance.PredicateExpression

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

Valor de la propiedad

Tipo: System.String
A String value that specifies the predicate expression of an Event object.

Vea también

Referencia

Event Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent