RSServiceConfigSettings 类

定义

表示 reporting Services 配置设置。

public ref class RSServiceConfigSettings : Microsoft::SqlServer::Configuration::ServiceConfigSettings
public class RSServiceConfigSettings : Microsoft.SqlServer.Configuration.ServiceConfigSettings
type RSServiceConfigSettings = class
    inherit ServiceConfigSettings
Public Class RSServiceConfigSettings
Inherits ServiceConfigSettings
继承
RSServiceConfigSettings

构造函数

RSServiceConfigSettings()

初始化 RSServiceConfigSettings 类的新实例。

字段

name

为服务指定名称。

(继承自 ServiceConfigSettings)
password

指定服务的密码。

(继承自 ServiceConfigSettings)
serviceDisplayName

指定该服务的显示名称。

(继承自 ServiceConfigSettings)
startMode

指定服务的启动模式。

(继承自 ServiceConfigSettings)
userName

指定服务的用户名。

(继承自 ServiceConfigSettings)

属性

IsNameEnabled

获取或设置一个值,该值指示是否启用服务名。

(继承自 ServiceConfigSettings)
IsPasswordEnabled

获取或设置一个值,该值指示是否启用服务密码。

(继承自 ServiceConfigSettings)
IsStartModeEnabled

获取或设置一个值,该值指示是否启用启动模式。

(继承自 ServiceConfigSettings)
IsUserNameEnabled

获取或设置一个值,该值指示是否启用用户名。

(继承自 ServiceConfigSettings)
Name

获取或设置服务名称。

(继承自 ServiceConfigSettings)
Password

获取或设置服务的密码。

(继承自 ServiceConfigSettings)
PasswordBindingKey

获取密码绑定键。

ServiceDisplayName

获取或设置服务的显示名称。

(继承自 ServiceConfigSettings)
StartMode

获取或设置服务的启动模式。

(继承自 ServiceConfigSettings)
StartModeBindingKey

获取启动模式绑定键。

UserName

获取或设置该服务的用户名。

(继承自 ServiceConfigSettings)
UserNameBindingKey

获取用户名称绑定键。

方法

Calculate()

计算所有配置设置。

(继承自 Settings)
CreateProperty<T>(String)

创建配置设置的属性。

(继承自 Settings)
Equals(Settings)

确定两个对象实例是否相等。

(继承自 Settings)
GetHashCode()

作为默认哈希函数。

(继承自 Settings)
InitializeProperties()

对依赖项属性执行初始化。

ValidateSettings()

获取验证的设置。

(继承自 Settings)

适用于