IHostableComponent.Host Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the host for IHostableComponent.

Namespace:   Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

IServiceProvider Host { get; set; }
property IServiceProvider^ Host {
    IServiceProvider^ get();
    void set(IServiceProvider^ value);
}
abstract Host : IServiceProvider with get, set
Property Host As IServiceProvider

Property Value

Type: System.IServiceProvider

The host for IHostableComponent.

See Also

IHostableComponent Interface
Microsoft.AnalysisServices.Hosting Namespace

Return to top