Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
:Microsoft.SqlServer.Management.Smo.ObjectEventSetCreates a new object event set by implicitly converting a ObjectEvent.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Shared Widening Operator CType ( _
eventValue As ObjectEvent _
) As ObjectEventSet
'Uso
Dim input As ObjectEvent
Dim output As ObjectEventSet
output = CType(input, ObjectEventSet)
public static implicit operator ObjectEventSet (
ObjectEvent eventValue
)
static implicit operator ObjectEventSet^ (
ObjectEvent^ eventValue
)
JScript admite el uso de conversiones personalizadas, pero no la declaración de otras nuevas.
Parámetros
- eventValue
Tipo: Microsoft.SqlServer.Management.Smo.ObjectEvent
The specified value of the object event.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Smo.ObjectEventSet
The newly created object event set.