다음을 통해 공유


IUIManager.CurrentController 속성

정의

현재 뷰를 가져오거나 설정합니다.

public:
 property Microsoft::SqlServer::Management::TaskForms::IController ^ CurrentController { Microsoft::SqlServer::Management::TaskForms::IController ^ get(); void set(Microsoft::SqlServer::Management::TaskForms::IController ^ value); };
public Microsoft.SqlServer.Management.TaskForms.IController CurrentController { get; set; }
member this.CurrentController : Microsoft.SqlServer.Management.TaskForms.IController with get, set
Public Property CurrentController As IController

속성 값

현재 뷰의 인터페이스입니다.

적용 대상