UserDefinedFunction.Events プロパティ

ユーザー定義関数に関連付けられたイベントを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property Events As UserDefinedFunctionEvents 
    Get
'使用
Dim instance As UserDefinedFunction 
Dim value As UserDefinedFunctionEvents 

value = instance.Events
public UserDefinedFunctionEvents Events { get; }
public:
property UserDefinedFunctionEvents^ Events {
    UserDefinedFunctionEvents^ get ();
}
member Events : UserDefinedFunctionEvents
function get Events () : UserDefinedFunctionEvents

プロパティ値

型: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents
ユーザー定義関数イベントを表す UserDefinedFunctionEvents オブジェクトです。

使用例

プロパティの設定

関連項目

参照

UserDefinedFunction クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

ユーザー定義関数 (データベース エンジン)

CREATE FUNCTION (Transact-SQL)