Remove 메서드 (Index)
Removes an Index object from the IndexCollection collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub Remove ( _
index As Index _
)
‘사용 방법
Dim instance As IndexCollection
Dim index As Index
instance.Remove(index)
public void Remove(
Index index
)
public:
void Remove(
Index^ index
)
member Remove :
index:Index -> unit
public function Remove(
index : Index
)
매개 변수
- index
형식: Microsoft.SqlServer.Management.Smo. . :: . .Index
An Index object value that specifies the index to be removed from the IndexCollection collection.