Event.PredicateExpression 属性

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

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property PredicateExpression As String 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

Event 类

Microsoft.SqlServer.Management.XEvent 命名空间