Used to enumerate connections on a SalesLogix installation and build the connection strings. Really more for legacy installations since it will access the connections defined by the LAN client.
示例#1
0
 public void Initialize()
 {
     Connections = SlxConnectionInfo.ListAllConnections();
     if (Connections.Count > 0)
         SelectedConnection = Connections[0];
     ModelPath = "";
 }
示例#2
0
 public void Initialize()
 {
     Connections = SlxConnectionInfo.ListAllConnections();
     if (Connections.Count > 0)
         SelectedConnection = Connections[0];
     ModelPath = @"E:\Projects\SSS\SlxBaseline\Model";
 }