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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.