次の方法で共有


AlterFunction プロパティ

イベント セットに含めることができるユーザー定義関数イベントを取得します。

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

構文

'宣言
Public Shared ReadOnly Property AlterFunction As UserDefinedFunctionEvent
    Get
'使用
Dim value As UserDefinedFunctionEvent

value = UserDefinedFunctionEvent.AlterFunction
public static UserDefinedFunctionEvent AlterFunction { get; }
public:
static property UserDefinedFunctionEvent^ AlterFunction {
    UserDefinedFunctionEvent^ get ();
}
static member AlterFunction : UserDefinedFunctionEvent
static function get AlterFunction () : UserDefinedFunctionEvent

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
ユーザー定義関数のイベント セットに含めることができる AlterFunction イベントを表す UserDefinedFunctionEvent オブジェクトです。