Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
Type: System.Object
A Object value.