다음을 통해 공유


RemoteServer Object

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The RemoteServer object exposes the attributes of an instance of Microsoft SQL Server, known as a remote server, to another server.

현재 개체를 보여 주는 SQL-DMO 개체 모델

주의

To facilitate connections between instances of SQL Server in an organization, SQL Server uses remote-server naming.

An instance of SQL Server can maintain authentication information for connections originating from other instances of SQL Server. Each instance of SQL Server in an organization can control access by listing the instances of SQL Server from which it accepts connections.

When a remote server is named on an instance of SQL Server, the server maintaining the name list can, in turn, originate a connection to a named remote server.

With the RemoteServer object, you can:

  • Name a new SQL Server remote server.

  • Adjust the Mixed Mode attributes of a named remote server.

  • Execute Transact-SQL scripts on a named remote server.

  • Remove a remote server definition.

[!참고]

The RemoteServer object is compatible with instances of SQL Server versions 7.0 and alter. However, the RemoteServer2 object extends the functionality of the RemoteServer object for use with features that were introduced in SQL Server 2000.

참고 항목

참조