DropJobsByServer 메서드
Removes the job with the specified server.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub DropJobsByServer ( _
serverName As String _
)
‘사용 방법
Dim instance As JobServer
Dim serverName As String
instance.DropJobsByServer(serverName)
public void DropJobsByServer(
string serverName
)
public:
void DropJobsByServer(
String^ serverName
)
member DropJobsByServer :
serverName:string -> unit
public function DropJobsByServer(
serverName : String
)
매개 변수
- serverName
형식: System. . :: . .String
A String value that specifies the name of the server.