ParameterInfo.ValueSet Property

Definition

A boolean that indicates whether this parameter is sensitive

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

Property Value

True if a parameter value is set; otherwise, false.

Attributes

Applies to