ProxyAccountCollection.Add 메서드
Adds a ProxyAccount to the collection.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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
The ProxyAccount to add to the collection.