TimeSpanGenerator.Step Property
Gets or sets a step.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
Public Property Step As TimeSpan
Get
Set
'Usage
Dim instance As TimeSpanGenerator
Dim value As TimeSpan
value = instance.Step
instance.Step = value
public TimeSpan Step { get; set; }
public:
property TimeSpan Step {
TimeSpan get ();
void set (TimeSpan value);
}
function get Step () : TimeSpan
function set Step (value : TimeSpan)
member Step : TimeSpan with get, set
Property Value
Type: System.TimeSpan
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.