Server.IAlienRoot.DesignModeInitialize Method

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Ensures that the Server object is in design mode, that it is disconnected from the instance of the Database Engine it represents.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private Sub DesignModeInitialize 
    Implements IAlienRoot.DesignModeInitialize
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IAlienRoot.DesignModeInitialize()

See Also

Reference

Server Class

Microsoft.SqlServer.Management.Smo Namespace