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.
public class Range<T> : Microsoft.SqlServer.Management.Assessment.Configuration.IPattern<T> where T : IComparable<T>
type Range<'T (requires 'T :> IComparable<'T>)> = class
interface IPattern<'T (requires 'T :> IComparable<'T>)>
Public Class Range(Of T)
Implements IPattern(Of T)