CompressionPartitionRange.From 属性

获取或设置第一个分区号表达式。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property From As Expression
    Get
    Set
public Expression From { get; set; }
public:
property Expression^ From {
    Expression^ get ();
    void set (Expression^ value);
}
member From : Expression with get, set
function get From () : Expression
function set From (value : Expression)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework 安全性

请参见

参考

CompressionPartitionRange 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间