CompressionPartitionRange.From 属性
Gets or sets the first partition number expression.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property From As ScalarExpression
Get
Set
用法
Dim instance As CompressionPartitionRange
Dim value As ScalarExpression
value = instance.From
instance.From = value
public ScalarExpression From { get; set; }
public:
property ScalarExpression^ From {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member From : ScalarExpression with get, set
function get From () : ScalarExpression
function set From (value : ScalarExpression)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The first partition number expression.