HelpImpl 속성
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners
구문
‘선언
Property HelpImpl As IQueryDesignerHelpImpl
Get
Set
‘사용 방법
Dim instance As IQueryDesignerHelpConsumer
Dim value As IQueryDesignerHelpImpl
value = instance.HelpImpl
instance.HelpImpl = value
IQueryDesignerHelpImpl HelpImpl { get; set; }
property IQueryDesignerHelpImpl^ HelpImpl {
IQueryDesignerHelpImpl^ get ();
void set (IQueryDesignerHelpImpl^ value);
}
abstract HelpImpl : IQueryDesignerHelpImpl with get, set
function get HelpImpl () : IQueryDesignerHelpImpl
function set HelpImpl (value : IQueryDesignerHelpImpl)