public string ScriptDrop() { return string.Format("DROP {0} [{1}]", "USER", Name); // NOTE: login is deliberately not dropped }