ISql90PartitionFunction.BoundaryValues Property

Gets the list of boundary values for the partitions.

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

Syntax

'Declaration
ReadOnly Property BoundaryValues As IList(Of ISql90PartitionValue)
IList<ISql90PartitionValue> BoundaryValues { get; }
property IList<ISql90PartitionValue^>^ BoundaryValues {
    IList<ISql90PartitionValue^>^ get ();
}
abstract BoundaryValues : IList<ISql90PartitionValue>
function get BoundaryValues () : IList<ISql90PartitionValue>

Property Value

Type: System.Collections.Generic.IList<ISql90PartitionValue>

.NET Framework Security

See Also

Reference

ISql90PartitionFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace