File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ public class Server
295295 public Hashtable Logins = new Hashtable ( ) ;
296296 public string Name ;
297297 public string NetName ;
298+ public string ServerInstance ;
298299 public Hashtable Roles = new Hashtable ( ) ;
299300 public Hashtable Version = new Hashtable ( ) ;
300301
@@ -322,6 +323,7 @@ public Server Clone()
322323 Logins = this . Logins ,
323324 Name = this . Name ,
324325 NetName = this . NetName ,
326+ ServerInstance = this . ServerInstance ,
325327 Roles = this . Roles ,
326328 ServiceName = this . ServiceName ,
327329 Version = this . Version
@@ -564,6 +566,7 @@ public Database( Object server, string name ) {
564566 public Database ( ) { }
565567
566568 public string Name ;
569+ public string ServerInstance ;
567570
568571 public void Create ( )
569572 {
You can’t perform that action at this time.
0 commit comments