다음을 통해 공유


AnalysisServicesServerMutableProperties Class

Definition

An object that represents a set of mutable Analysis Services resource properties.

public class AnalysisServicesServerMutableProperties
type AnalysisServicesServerMutableProperties = class
Public Class AnalysisServicesServerMutableProperties
Inheritance
AnalysisServicesServerMutableProperties
Derived

Constructors

AnalysisServicesServerMutableProperties()

Initializes a new instance of the AnalysisServicesServerMutableProperties class.

AnalysisServicesServerMutableProperties(ServerAdministrators, String, GatewayDetails, IPv4FirewallSettings, Nullable<ConnectionMode>)

Initializes a new instance of the AnalysisServicesServerMutableProperties class.

Properties

AsAdministrators

Gets or sets a collection of AS server administrators

BackupBlobContainerUri

Gets or sets the SAS container URI to the backup container.

GatewayDetails

Gets or sets the gateway details configured for the AS server.

IPV4FirewallSettings

Gets or sets the firewall settings for the AS server.

QuerypoolConnectionMode

Gets or sets how the read-write server's participation in the query pool is controlled.<br/>It can have the following values: <ul><li>readOnly - indicates that the read-write server is intended not to participate in query operations</li><li>all - indicates that the read-write server can participate in query operations</li></ul>Specifying readOnly when capacity is 1 results in error. Possible values include: 'All', 'ReadOnly'

Applies to