Implicit 转换 (TableEvent to TableEventSet)
Casts a single Table Event as a Table Event Set.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Shared Widening Operator CType ( _
eventValue As TableEvent _
) As TableEventSet
用法
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 支持使用自定义转换,但不支持声明新自定义转换。