AgentProfile.Description 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置复制代理配置文件的文本说明。
public:
property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String
属性值
一个包含代理配置文件的文本说明的 String 值。
注解
属性 Description 是读/写属性。
属性 Description 只能由分发服务器上的固定服务器角色的成员 sysadmin
或固定数据库角色的成员 replmonitor
检索。
属性 Description 只能由分发服务器上的固定服务器角色的成员 sysadmin
设置。
检索 Description 等效于执行 sp_help_agent_profile (Transact-SQL) 。
Description设置现有配置文件和调用CommitPropertyChanges等效于执行 sp_change_agent_profile (Transact-SQL) 。
设置 Description 和调用 Create 等效于执行 sp_add_agent_profile (Transact-SQL) 。