Sdílet prostřednictvím


ISql90PartitionFunction.BoundaryValues – vlastnost

Získá seznam hraničních hodnot pro oddíly.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90PartitionFunction Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů