Share via


Numeric<T>.Step Property

Gets or sets the step.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
<InputAttribute(Visible := True)> _
Public Property Step As T
    Get
    Set
'Usage
Dim instance As Numeric
Dim value As T

value = instance.Step

instance.Step = value
[InputAttribute(Visible = true)]
public T Step { get; set; }
[InputAttribute(Visible = true)]
public:
property T Step {
    T get ();
    void set (T value);
}
function get Step () : T
function set Step (value : T)
[<InputAttribute(Visible = true)>]
member Step : 'T with get, set

Property Value

Type: T

.NET Framework Security

See Also

Reference

Numeric<T> Class

Numeric<T> Members

Microsoft.Data.Schema.Generators.Sql Namespace