หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a user-defined function event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AlterFunction As UserDefinedFunctionEvent
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that represents the AlterFunction event that can be included in the user-defined function event set.