Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
.gif)