View.Drop 메서드

Removes the view from the database.

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

구문

‘선언
Public Sub Drop
‘사용 방법
Dim instance As View

instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit  
override Drop : unit -> unit
public final function Drop()

구현

IDroppable.Drop()

뷰 생성, 변경 및 제거

참고 항목

참조

View 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

뷰 디자인 및 구현

DROP VIEW(Transact-SQL)