Add 메서드
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub Add ( _
proxyAccount As ProxyAccount _
)
‘사용 방법
Dim instance As ProxyAccountCollection
Dim proxyAccount As ProxyAccount
instance.Add(proxyAccount)
public void Add(
ProxyAccount proxyAccount
)
public:
void Add(
ProxyAccount^ proxyAccount
)
member Add :
proxyAccount:ProxyAccount -> unit
public function Add(
proxyAccount : ProxyAccount
)
매개 변수
- proxyAccount
형식: Microsoft.SqlServer.Management.Smo.Agent. . :: . .ProxyAccount