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 PredOperand class from the sourceInfo parameter.
Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
    sourceInfo As PredSourceInfo _
)
'Usage
Dim sourceInfo As PredSourceInfo 
Dim instance As New PredOperand(sourceInfo)
public PredOperand(
    PredSourceInfo sourceInfo
)
public:
PredOperand(
    PredSourceInfo^ sourceInfo
)
new : 
        sourceInfo:PredSourceInfo -> PredOperand
public function PredOperand(
    sourceInfo : PredSourceInfo
)
Parameters
- sourceInfo
Type: Microsoft.SqlServer.Management.XEvent.PredSourceInfo
A PredSourceInfo object.