LinkedServer.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.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間