DefaultCollection.Add 메서드

Adds a Default object to the DefaultCollection.

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

구문

‘선언
Public Sub Add ( _
    def As Default _
)
‘사용 방법
Dim instance As DefaultCollection 
Dim def As Default

instance.Add(def)
public void Add(
    Default def
)
public:
void Add(
    Default^ def
)
member Add : 
        def:Default -> unit
public function Add(
    def : Default
)

매개 변수

주의

The Default object represents a Microsoft SQL Server default.

컬렉션 사용

참고 항목

참조

DefaultCollection 클래스

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