次の方法で共有


UserDefinedFunctionEvent クラス

UserDefinedFunctionEvent オブジェクトは、ユーザー定義関数のイベント セットに含めることができる SQL Server のユーザー定義関数イベントを表します。

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

構文

'宣言
Public NotInheritable Class UserDefinedFunctionEvent
'使用
Dim instance As UserDefinedFunctionEvent
public sealed class UserDefinedFunctionEvent
public ref class UserDefinedFunctionEvent sealed
[<SealedAttribute>]
type UserDefinedFunctionEvent =  class end
public final class UserDefinedFunctionEvent

説明

UserDefinedFunctionEvent オブジェクトには、ユーザー定義関数が応答できる各イベントのプロパティが含まれます。実際のイベントのセットは、UserDefinedFunctionEventSet オブジェクトを使用して指定します。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..UserDefinedFunctionEvent

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。