Свойство | Type | Description | |
---|---|---|---|
getDatabaseInfo | DatabaseInfo |
Méthode | Description | |
---|---|---|
GetFullNameFromSystemAndInstallationNames ( string systemName, string installationName ) : string |
Gets the full name of the given system and installation. For example, 'Red Stapler Information System - Live'.
|
|
GetFullShortNameFromSystemAndInstallationNames ( string systemShortName, string installationShortName ) : string |
Gets the full short name of the given system and installation. For example, 'RsisLive'.
|
|
GetSecondaryDatabaseInfo ( string name ) : DatabaseInfo |
Gets a database information object corresponding to the secondary database for this configuration with the specified name.
|
|
InstallationConfiguration ( bool machineIsStandbyServer, string installationPath, bool isDevelopmentInstallation ) : System |
Creates a new installation configuration.
|
|
InstalledInstallationExists ( string installationPath ) : bool |
Returns true if an installed installation exists at the specified path.
|
Méthode | Description | |
---|---|---|
getDatabaseInfo ( string secondaryDatabaseName, Database database ) : DatabaseInfo |
public static GetFullNameFromSystemAndInstallationNames ( string systemName, string installationName ) : string | ||
systemName | string | |
installationName | string | |
Résultat | string |
public static GetFullShortNameFromSystemAndInstallationNames ( string systemShortName, string installationShortName ) : string | ||
systemShortName | string | |
installationShortName | string | |
Résultat | string |
public GetSecondaryDatabaseInfo ( string name ) : DatabaseInfo | ||
name | string | |
Résultat | DatabaseInfo |
public InstallationConfiguration ( bool machineIsStandbyServer, string installationPath, bool isDevelopmentInstallation ) : System | ||
machineIsStandbyServer | bool | |
installationPath | string | |
isDevelopmentInstallation | bool | |
Résultat | System |
public static InstalledInstallationExists ( string installationPath ) : bool | ||
installationPath | string | |
Résultat | bool |