Range<T> Constructors
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.
Overloads
Range<T>() | |
Range<T>(T) | |
Range<T>(T, T, Boolean, Boolean) |
Range<T>()
public Range ();
Public Sub New ()
Applies to
Range<T>(T)
public Range (T singleValue);
new Microsoft.SqlServer.Management.Assessment.Configuration.Range<'T (requires 'T :> IComparable<'T>)> : 'T -> Microsoft.SqlServer.Management.Assessment.Configuration.Range<'T (requires 'T :> IComparable<'T>)>
Public Sub New (singleValue As T)
Parameters
- singleValue
- T
Applies to
Range<T>(T, T, Boolean, Boolean)
public Range (T left, T right, bool includesLeft = true, bool includesRight = true);
new Microsoft.SqlServer.Management.Assessment.Configuration.Range<'T (requires 'T :> IComparable<'T>)> : 'T * 'T * bool * bool -> Microsoft.SqlServer.Management.Assessment.Configuration.Range<'T (requires 'T :> IComparable<'T>)>
Public Sub New (left As T, right As T, Optional includesLeft As Boolean = true, Optional includesRight As Boolean = true)
Parameters
- left
- T
- right
- T
- includesLeft
- Boolean
- includesRight
- Boolean