IHostConfigurationSettings Interface

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
<GuidAttribute("DA800437-5FF3-4eda-BFD3-8B1927086DCF")> _
Public Interface IHostConfigurationSettings
'Usage
Dim instance As IHostConfigurationSettings
[GuidAttribute("DA800437-5FF3-4eda-BFD3-8B1927086DCF")]
public interface IHostConfigurationSettings
[GuidAttribute(L"DA800437-5FF3-4eda-BFD3-8B1927086DCF")]
public interface class IHostConfigurationSettings
[<GuidAttribute("DA800437-5FF3-4eda-BFD3-8B1927086DCF")>]
type IHostConfigurationSettings =  interface end
public interface IHostConfigurationSettings

The IHostConfigurationSettings type exposes the following members.

Methods

  Name Description
Public method GetSetting Infrastructure.
Public method SetSetting Infrastructure.

Top