EventLogConfiguration.ProviderKeywords 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置事件提供程序使用的关键字掩码。
public:
property Nullable<long> ProviderKeywords { Nullable<long> get(); void set(Nullable<long> value); };
public long? ProviderKeywords { get; set; }
member this.ProviderKeywords : Nullable<int64> with get, set
Public Property ProviderKeywords As Nullable(Of Long)
属性值
事件提供程序使用的关键字 (keyword) 掩码;如果事件提供程序未定义任何关键字,null
则为 。
注解
如果此属性的值已更改,请调用 SaveChanges 方法来保存更改。