次の方法で共有


CreatePartitionFunctionStatement.BoundaryValues プロパティ

各パーティションの境界値の一覧を取得します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property BoundaryValues As IList(Of ScalarExpression)
    Get
'使用
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>

プロパティ値

型: System.Collections.Generic.IList<ScalarExpression>
各パーティションの境界値の一覧。

関連項目

参照

CreatePartitionFunctionStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間