Compartir a través de


ISql90PartitionFunction.BoundaryValues (Propiedad)

Obtiene la lista de valores de límite para las particiones.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90PartitionFunction Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)