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