ServerData Constructor
|
Default constructor. |
Build | The build number. |
CompanyName | The company name from the configuration file |
Copyright | The copyright information from the configuration file. |
DatabaseComputer | The computer where the SQL Server or MSDE is installed. |
DatabaseName | The name of the database (SQL Server) used to store the configuration. |
DatabasePassword | The password associated with the DatabaseUser name. |
DatabaseReportPassword | The password associated with the DatabaseReportUser name. |
DatabaseReportUser | The database report user. This is a database user that has at least read access to the database for reporting purposes. |
DatabaseTimeout | The timeout value to use when connecting to the database. |
DatabaseUser | The database user used to obtain access to the database. |
ESComputer | The name of the Executive Server computer. |
ESPort | The socket port for the Executive Server. |
ESServiceDisplayName | The display name of the Executive Server Windows service. |
ESServiceName | The name of the Executive Server Windows service. This is the internal name. |
ExecutionPath | The value from System.IO.Directory.GetCurrentDirectory(). |
FileName | The location of the Executive Server .exe. |
Major | The major version number. |
Minor | The minor version number. |
NSPort | The socket port for the Notification Server. |
NSServiceDisplayName | The display name of the SmartBatch32 Notification service. |
NSServiceName | The name of the Notification Server Windows service. This is the internal name. |
ProductName | The name of the product. |
RAPort | The socket port for the Remote Agent. |
RAServiceDisplayName | The display name of the SmartBatch32 Remote Agent service. |
RAServiceName | The name of the SmartBatch32 Remote Agent service. This is the internal name. |
SqlServerName | The name of the SQL Server instance being used. This is either a computer name or computer name and instance name for the MSDE or SQL Server (e.g., myComputer\SmartBatch). |
Trademark | The trademark form the configuration file. |
UserAppSecurity | Indicates if SmartBatch or Windows integrated security is used. |
Version | The complete version string from the assembly info. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ServerData Class | OnLineToolWorks.SmartBatch.Data Namespace