Login.Enable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable Login if version >= 9. Otherwise, throw an exception. This is not part of Login.Alter because LOGIN [] ENABLE|DISABLE has to be issued by itself
public void Enable ();
member this.Enable : unit -> unit
Public Sub Enable ()