Compartilhar via


Propriedade do RDL CreatePartitionFunctionStatement.BoundaryValues

Gets a list of boundary values for each partition.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property BoundaryValues As IList(Of ScalarExpression)
    Get
'Uso
Dim instance As CreatePartitionFunctionStatement 
Dim value As IList(Of ScalarExpression)

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

Valor da propriedade

Tipo: System.Collections.Generic.IList<ScalarExpression>
The list of boundary values for each partition.

Consulte também

Referência

CreatePartitionFunctionStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom