IHostableComponent Interface
Applies To: SQL Server (starting with 2016)
Represents an interface for the hostable components.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
[GuidAttribute("6173411B-3BB9-476e-A94F-9F6BD3F2929D")]
public interface IHostableComponent
[GuidAttribute("6173411B-3BB9-476e-A94F-9F6BD3F2929D")]
public interface class IHostableComponent
[<GuidAttribute("6173411B-3BB9-476e-A94F-9F6BD3F2929D")>]
type IHostableComponent = interface end
<GuidAttribute("6173411B-3BB9-476e-A94F-9F6BD3F2929D")>
Public Interface IHostableComponent
Properties
Name | Description | |
---|---|---|
Host | Gets or sets the host for IHostableComponent. |
See Also
Microsoft.AnalysisServices.Hosting Namespace
Return to top