FaultPropagationQueryElement.FaultSourceActivityName 属性       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置活动的名称,该活动生成用于订阅 FaultPropagationRecord 实例的错误。
public:
 property System::String ^ FaultSourceActivityName { System::String ^ get(); void set(System::String ^ value); };[System.Configuration.ConfigurationProperty("faultSourceActivityName", DefaultValue="*", IsKey=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string FaultSourceActivityName { get; set; }[<System.Configuration.ConfigurationProperty("faultSourceActivityName", DefaultValue="*", IsKey=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.FaultSourceActivityName : string with get, setPublic Property FaultSourceActivityName As String属性值
要筛选的活动名称。
- 属性
注解
默认值为 "*"(全部)。