IHostableComponent.Host Property

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Property Host As IServiceProvider
    Get
    Set
'Usage
Dim instance As IHostableComponent
Dim value As IServiceProvider

value = instance.Host

instance.Host = value
IServiceProvider Host { get; set; }
property IServiceProvider^ Host {
    IServiceProvider^ get ();
    void set (IServiceProvider^ value);
}
abstract Host : IServiceProvider with get, set
function get Host () : IServiceProvider
function set Host (value : IServiceProvider)

Property Value

Type: System.IServiceProvider