Share via


PredValue Constructor

Initializes a new instance of the PredValue class with the specified object.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public Sub New ( _
    value As Object _
)
'Usage
Dim value As Object 

Dim instance As New PredValue(value)
public PredValue(
    Object value
)
public:
PredValue(
    Object^ value
)
new : 
        value:Object -> PredValue
public function PredValue(
    value : Object
)

Parameters

See Also

Reference

PredValue Class

Microsoft.SqlServer.Management.XEvent Namespace