RedactConnectionStringAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當套用至選項類別上的連接字串屬性時,這個屬性可防止屬性值透過符合 IOptionFormatter 實例來格式化。
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class RedactConnectionStringAttribute : Orleans.RedactAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type RedactConnectionStringAttribute = class
inherit RedactAttribute
Public Class RedactConnectionStringAttribute
Inherits RedactAttribute
- 繼承
- 屬性
建構函式
RedactConnectionStringAttribute() |
當套用至選項類別上的連接字串屬性時,這個屬性可防止屬性值透過符合 IOptionFormatter 實例來格式化。 |
方法
Redact(Object) |
修訂提供的值。 |