Compartir a través de


PredValue Constructor

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

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public Sub New ( _
    value As Object _
)
'Uso
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
)

Parámetros

Vea también

Referencia

PredValue Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent