nscontrol displayargumentkey 命令
更新日期: 2005 年 12 月 5 日
如果实例使用参数加密,则显示用于对传递通道参数和事件提供程序参数进行加密的 SQL Server Notification Services 键值。
语法
nscontrol displayargumentkey
[-nologo]
[-help]
–name instanceName
参数
- -nologo
取消运行 nscontrol 命令时显示的产品和版本声明。
- -help
显示命令的语法。
- -nameinstanceName
使用参数加密的 Notification Services 实例的名称。
备注
使用实例配置文件 (ICF) 中的 EncryptArguments 元素配置参数加密。如果 EncryptArguments 值为 true,则在传递通道参数值和事件提供程序参数值被存储到实例和应用程序数据库前,Notification Services 将对其进行加密。
注册表项值在注册和创建实例时初次提供。创建、更新和注册实例时,需要使用相同的注册表项值。可以使用 nscontrol displayargumentkey 命令查看注册表项。
nscontrol displayargumentkey 命令可以返回注册表中的注册表项值。
权限
用于运行 nscontrol displayargumentkey 的帐户必须是 Windows 中的 Administrators 组成员或 Power Users 组成员,或者必须是运行该实例的同一个帐户。该帐户还必须拥有执行 Notification Services 二进制文件的权限;Administrators 和 SQLServerNotificationServicesUser Windows 组的成员会被授予该权限。
示例
以下示例说明如何查看 StockInstance
实例的参数注册表项。
nscontrol displayargumentkey -name StockInstance
请参阅
参考
其他资源
EncryptArguments Element (ICF)
帮助和信息
更改历史记录
版本 | 历史记录 |
---|---|
2005 年 12 月 5 日 |
|