Metoda IAlienRoot.DesignModeInitialize
Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.Zapewnia, że Server obiekt jest w trybie projektowania, który jest odłączony od wystąpienie aparatu bazy danych, on reprezentuje.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Private Sub DesignModeInitialize
Implements IAlienRoot.DesignModeInitialize
'Użycie
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.