ProvideManagedMenuResourceAttribute.Unregister 메서드
Called to unregister this attribute with the given context.
네임스페이스: Microsoft.SqlServer.Management
어셈블리: SQLEditors(SQLEditors.dll)
구문
‘선언
Public Overrides Sub Unregister ( _
context As RegistrationContext _
)
‘사용 방법
Dim instance As ProvideManagedMenuResourceAttribute
Dim context As RegistrationContext
instance.Unregister(context)
public override void Unregister(
RegistrationContext context
)
public:
virtual void Unregister(
RegistrationContext^ context
) override
abstract Unregister :
context:RegistrationContext -> unit
override Unregister :
context:RegistrationContext -> unit
public override function Unregister(
context : RegistrationContext
)
매개 변수
- context
유형: RegistrationContext
The context contains the location where the registration information should be removed. It also contains things such as the type being unregistered, and path information.