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)
屬性值
事件提供者所使用的關鍵詞遮罩,如果 null
事件提供者未定義任何關鍵詞,則為 。
備註
如果這個屬性的值已變更,請呼叫 SaveChanges 方法來儲存變更。