TableEvent Implicit Conversion (TableEvent to TableEventSet)

Casts a single Table Event as a Table Event Set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    eventValue As TableEvent _
) As TableEventSet
'Usage
Dim input As TableEvent
Dim output As TableEventSet

output = CType(input, TableEventSet)
public static implicit operator TableEventSet (
    TableEvent eventValue
)
static implicit operator TableEventSet^ (
    TableEvent^ eventValue
)
JScript supports the use of custom casts, but not the declaration of new ones.