다음을 통해 공유


DropFunction 속성

Gets a user-defined function event that can be included in the event set.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Shared ReadOnly Property DropFunction As UserDefinedFunctionEvent
    Get
‘사용 방법
Dim value As UserDefinedFunctionEvent

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

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that represents the DropFunction event that can be included in the user-defined function event set.