共用方式為


TableEvent 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 支援自訂轉換的使用,但不支援新轉換的宣告。

參數

傳回值

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

範例

處理 SMO 事件

請參閱

參考

TableEvent 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

處理 SMO 事件