共用方式為


RedactConnectionStringAttribute 類別

定義

當套用至選項類別上的連接字串屬性時,這個屬性可防止屬性值透過符合 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
屬性

建構函式

RedactConnectionStringAttribute()

當套用至選項類別上的連接字串屬性時,這個屬性可防止屬性值透過符合 IOptionFormatter 實例來格式化。

方法

Redact(Object)

修訂提供的值。

適用於