PredOperand Constructor (PredSourceInfo)
Initializes a new instance of the PredOperand class from the sourceInfo parameter.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
Public Sub New ( _
sourceInfo As PredSourceInfo _
)
'Uso
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
)
Parámetros
- sourceInfo
Tipo: Microsoft.SqlServer.Management.XEvent.PredSourceInfo
A PredSourceInfo object.