Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetSetting | Infrastructure. Retrieves a configuration setting. |
![]() |
SetSetting | Infrastructure. Serializes the setting value. |
Top