IHostConfigurationSettings Interface

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

Represents a host configuration settings.

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. Retrieves a configuration setting.
Public method SetSetting Infrastructure. Serializes the setting value.

Top

See Also

Reference

Microsoft.AnalysisServices.Hosting Namespace