CreatePartitionFunctionStatement.BoundaryValues プロパティ

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

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property BoundaryValues As IList(Of Expression)
'使用
Dim instance As CreatePartitionFunctionStatement
Dim value As IList(Of Expression)

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

プロパティ値

型 : System.Collections.Generic.IList<Expression>

参照

参照

CreatePartitionFunctionStatement クラス

CreatePartitionFunctionStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間