RedactConnectionStringAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当应用于 options 类上的连接字符串属性时,此属性可防止属性值被符合 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() |
当应用于 options 类上的连接字符串属性时,此属性可防止属性值被符合 IOptionFormatter 的实例格式化。 |
方法
Redact(Object) |
对提供的值进行修订。 |