Dela via


ISql90PartitionFunction.BoundaryValues Property

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

Syntax

'Declaration
ReadOnly Property BoundaryValues As IList(Of ISql90PartitionValue)
'Usage
Dim instance As ISql90PartitionFunction 
Dim value As IList(Of ISql90PartitionValue)

value = instance.BoundaryValues
IList<ISql90PartitionValue> BoundaryValues { get; }
property IList<ISql90PartitionValue^>^ BoundaryValues {
    IList<ISql90PartitionValue^>^ get ();
}
function get BoundaryValues () : IList<ISql90PartitionValue>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90PartitionFunction Interface

ISql90PartitionFunction Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace