ParameterInfo.Sensitive 属性

定义

一个布尔值,指示此参数是否敏感

public:
 property bool Sensitive { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public bool Sensitive { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Sensitive : bool
Public ReadOnly Property Sensitive As Boolean

属性值

如果此参数是敏感的,则为 True;否则为 false

属性

适用于