Drops a clustered index and moves the underlying table data to the partition scheme with the specified with partition scheme parameters.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
구문
‘선언
Public Sub DropAndMove ( _
partitionScheme As String, _
partitionSchemeParameters As StringCollection _
)
public void DropAndMove (
string partitionScheme,
StringCollection partitionSchemeParameters
)
public:
void DropAndMove (
String^ partitionScheme,
StringCollection^ partitionSchemeParameters
)
public void DropAndMove (
String partitionScheme,
StringCollection partitionSchemeParameters
)
public function DropAndMove (
partitionScheme : String,
partitionSchemeParameters : StringCollection
)
매개 변수
- partitionScheme
A String value that specifies the partition scheme.
- partitionSchemeParameters
A StringCollection object that specifies the parameters for the partition scheme
주의
The OnlineIndexOperation and MaximumDegreeOfParallelism properties affect this method. The parent Table object needs to be refreshed by calling the Refresh method to reflect the latest state, because this will not be updated by this method automatically.
- 이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.
예
How to: Create a Non-Clustered, Composite Index in Visual Basic .NET
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
Index Class
Index Members
Microsoft.SqlServer.Management.Smo Namespace
관련 자료
Creating, Altering, and Removing Indexes
인덱스
DROP INDEX(Transact-SQL)