Share via


Generator.Precision Property

Gets or sets the precision of the data.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

[InputAttribute(AutoAssignedInput = AutoAssignedInput.Precision, ReadOnly = true, 
    Visible = false)]
public int Precision { get; set; }

Property Value

Type: System.Int32
An integer that contains the precision.

Remarks

This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.

.NET Framework Security

See Also

Reference

Generator Class

Generator Members

Microsoft.Data.Schema.DataGenerator Namespace