Method | Description | |
---|---|---|
backupDatabases ( string pathBackupDB, string sqlServerName ) : int | ||
restoreDatabases ( string pathBackupDB, string sqlServerName ) : int | ||
setUserPermissionLogin ( string sqlServerName ) : void |
public backupDatabases ( string pathBackupDB, string sqlServerName ) : int | ||
pathBackupDB | string | |
sqlServerName | string | |
return | int |
public restoreDatabases ( string pathBackupDB, string sqlServerName ) : int | ||
pathBackupDB | string | |
sqlServerName | string | |
return | int |
public setUserPermissionLogin ( string sqlServerName ) : void | ||
sqlServerName | string | |
return | void |