AlterTableSwitchStatement.TargetPartitionNumber 속성

Gets or sets the target partition number.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property TargetPartitionNumber As ScalarExpression 
    Get 
    Set
‘사용 방법
Dim instance As AlterTableSwitchStatement 
Dim value As ScalarExpression 

value = instance.TargetPartitionNumber

instance.TargetPartitionNumber = value
public ScalarExpression TargetPartitionNumber { get; set; }
public:
property ScalarExpression^ TargetPartitionNumber {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member TargetPartitionNumber : ScalarExpression with get, set
function get TargetPartitionNumber () : ScalarExpression 
function set TargetPartitionNumber (value : ScalarExpression)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The target partition number.

참고 항목

참조

AlterTableSwitchStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스