Initializes a new instance of the PredOperand class from the sourceInfo parameter.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
Public Sub New ( _
sourceInfo As PredSourceInfo _
)
用法
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
)
参数
- sourceInfo
类型:Microsoft.SqlServer.Management.XEvent.PredSourceInfo
A PredSourceInfo object.