Partager via


ISql90PartitionFunction.BoundaryValues, propriété

Obtient la liste des valeurs limites pour les partitions.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql90PartitionFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms