共用方式為


Server.IAlienRoot.DesignModeInitialize 方法

僅供參考之用。不支援。我們無法保證未來的相容性。 Ensures that the Server object is in design mode, that it is disconnected from the instance of the Database Engine it represents.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Private Sub DesignModeInitialize 
    Implements IAlienRoot.DesignModeInitialize
'用途
Dim instance As Server 

CType(instance, IAlienRoot).DesignModeInitialize()
void IAlienRoot.DesignModeInitialize()
private:
virtual void DesignModeInitialize() sealed = IAlienRoot::DesignModeInitialize
private abstract DesignModeInitialize : unit -> unit  
private override DesignModeInitialize : unit -> unit
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

實作

IAlienRoot.DesignModeInitialize()

請參閱

參考

Server 類別

Microsoft.SqlServer.Management.Smo 命名空間