ParameterInfo.Sensitive Property

Definition

A boolean that indicates whether this parameter is 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

Property Value

True if this parameter is sensitive; otherwise, false.

Attributes

Applies to