BuildAzureSqlDatabaseDataMaskingRule.NumberFrom 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 NumberFrom property, which is the lower bound of the random interval when using the number masking function
[System.Management.Automation.Parameter(HelpMessage="The lower bound of the random interval when using the number masking function.", Mandatory=false, ValueFromPipelineByPropertyName=true)]
public double? NumberFrom { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The lower bound of the random interval when using the number masking function.", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
member this.NumberFrom : Nullable<double> with get, set
Public Property NumberFrom As Nullable(Of Double)
Property Value
- Attributes