BuildAzureSqlDatabaseDataMaskingRule.NumberTo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the NumberTo property, which is the upper bound of the random interval when using the number masking function
[System.Management.Automation.Parameter(HelpMessage="The upper bound of the random interval when using the number masking function.", Mandatory=false, ValueFromPipelineByPropertyName=true)]
public double? NumberTo { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The upper bound of the random interval when using the number masking function.", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
member this.NumberTo : Nullable<double> with get, set
Public Property NumberTo As Nullable(Of Double)
Property Value
- Attributes