ModelComponent.IHostableComponent.Host 속성
Gets or sets the IServiceProvider that is the host of the ModelComponent.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Private Property Host As IServiceProvider Implements IHostableComponent.Host
Get
Set
‘사용 방법
Dim instance As ModelComponent
Dim value As IServiceProvider
value = CType(instance, IHostableComponent).Host
CType(instance, IHostableComponent).Host = value
IServiceProvider IHostableComponent.Host { get; set; }
private:
virtual property IServiceProvider^ Host {
IServiceProvider^ get () sealed = IHostableComponent::Host::get;
void set (IServiceProvider^ value) sealed = IHostableComponent::Host::set;
}
private abstract Host : IServiceProvider with get, set
private override Host : IServiceProvider with get, set
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
속성 값
유형: System.IServiceProvider
The IServiceProvider that is the host of the ModelComponent.