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()