ViewCollection.Add 메서드

Adds a view to the view collection.

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

구문

‘선언
Public Sub Add ( _
    view As View _
)
‘사용 방법
Dim instance As ViewCollection 
Dim view As View

instance.Add(view)
public void Add(
    View view
)
public:
void Add(
    View^ view
)
member Add : 
        view:View -> unit
public function Add(
    view : View
)

매개 변수

컬렉션 사용

참고 항목

참조

ViewCollection 클래스

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