共用方式為


PredValue 建構函式

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

命名空間:  Microsoft.SqlServer.Management.XEvent
組件:  Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)

語法

'宣告
Public Sub New ( _
    value As Object _
)
'用途
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
)

參數

請參閱

參考

PredValue 類別

Microsoft.SqlServer.Management.XEvent 命名空間