Partager via


Propriété CreatePartitionFunctionStatement.BoundaryValues

Gets a list of boundary values for each partition.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BoundaryValues As IList(Of ScalarExpression)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

CreatePartitionFunctionStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom