UserDefinedFunctionEvent.AlterFunction 属性
Gets a user-defined function event that can be included in the event set.
命名空间: 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
A UserDefinedFunctionEvent object that represents the AlterFunction event that can be included in the user-defined function event set.