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.