JobServer.MsxEnlist 方法
Enlists SQL Server Agent as a target server with the specified master server in a multiserver administration.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub MsxEnlist ( _
masterServer As String, _
location As String _
)
用法
Dim instance As JobServer
Dim masterServer As String
Dim location As String
instance.MsxEnlist(masterServer, location)
public void MsxEnlist(
string masterServer,
string location
)
public:
void MsxEnlist(
String^ masterServer,
String^ location
)
member MsxEnlist :
masterServer:string *
location:string -> unit
public function MsxEnlist(
masterServer : String,
location : String
)
参数
- masterServer
类型:System.String
A String value that specifies the name of the master server.
- location
类型:System.String
A String value that specifies the master server location.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo.Agent 命名空间