PredValue(Object) Constructor

Definition

Initializes a new instance of the PredValue class with a Unicode string.

public PredValue (object value);
new Microsoft.SqlServer.Management.XEvent.PredValue : obj -> Microsoft.SqlServer.Management.XEvent.PredValue
Public Sub New (value As Object)

Parameters

value
Object

The value.

Applies to