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.

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.TableEventSet
A single Table Event as Table Event Set.

Examples

Handling SMO Events

See Also

Reference

TableEvent Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events