Create 方法
Creates a linked server on the instance of SQL Server as defined by the LinkedServer object.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Create
用法
Dim instance As LinkedServer
instance.Create()
public void Create()
public:
virtual void Create() sealed
abstract Create : unit -> unit
override Create : unit -> unit
public final function Create()
实现
注释
This method creates a registration item that represents a linked server. It creates a link to an existing, remote instance of SQL Server. It does not create a new instance of SQL Server.