CreatePartitionFunctionStatement.Range プロパティ

境界値の境界側を取得または設定します。

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

構文

'宣言
Public Property Range As PartitionFunctionRange
'使用
Dim instance As CreatePartitionFunctionStatement
Dim value As PartitionFunctionRange

value = instance.Range

instance.Range = value
public PartitionFunctionRange Range { get; set; }
public:
property PartitionFunctionRange Range {
    PartitionFunctionRange get ();
    void set (PartitionFunctionRange value);
}
public function get Range () : PartitionFunctionRange
public function set Range (value : PartitionFunctionRange)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.PartitionFunctionRange
PartitionFunctionRange 列挙値を返します。

参照

参照

CreatePartitionFunctionStatement クラス

CreatePartitionFunctionStatement メンバ

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