Freigeben über


IHostableComponent.Host-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the host for IHostableComponent.

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)

Eigenschaftswert

Typ: System.IServiceProvider
The host for IHostableComponent.

Siehe auch

Verweis

IHostableComponent Schnittstelle

Microsoft.AnalysisServices.Hosting-Namespace